#F1A7C7

Color #F1A7C7 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F1A7C7

Tints of Carnation Pink #F1A7C7

Color information

#F1A7C7 (or 0xF1A7C7) is unknown color: approx Carnation Pink. HEX triplet: F1, A7 and C7. RGB value is (241,167,199). Sum of RGB (Red+Green+Blue) = 241+167+199=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A7C7 is #0E5838. Grayscale: #C0C0C0. Windows color (decimal): -940089 or 13084657. OLE color: 13084657.

HSL color Cylindrical-coordinate representation of color #F1A7C7: hue angle of 334.05º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7C7 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241167199-
CMYK00.310.170.05
HSL334.05º72.55%80%-
HSV(B)334.05º30.71%94.51%-
XYZ60.450.4660.59-
YUV192.77131.52162.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=39.70%
G=27.51%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116719900.310.170.05334.0572.5580
HexF1A7C701F11514e4950
Octal361247307037215516111120
Binary1111000110100111110001110111111000110110100111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7C7; }

 p { color: rgb(241,167,199); }

 H1.HeaderClassName
 {
   color: #F1A7C7;
 }
 .AnyTagClassName
 {
   color: #F1A7C7;
 }
</style>
background-color css

<style>
 a { background-color: #F1A7C7; }

 a { background-color: rgb(241,167,199); }

 div.DivClassName
 {
   background-color: #F1A7C7;
 }
 .BgClassName
 {
   background-color: #F1A7C7;
 }
</style>
border-color css

<style>
 span { border-color: #F1A7C7; }

 span { border-color: rgb(241,167,199); }

 td.TdClassName
 {
   border-color: #F1A7C7;
 }
 .TagClassName
 {
   border-color: #F1A7C7;
 }
</style>