#F1CCCA

Color #F1CCCA Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #F1CCCA

Tints of Coral Candy #F1CCCA

Color information

#F1CCCA (or 0xF1CCCA) is unknown color: approx Coral Candy. HEX triplet: F1, CC and CA. RGB value is (241,204,202). Sum of RGB (Red+Green+Blue) = 241+204+202=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCCA is #0E3335. Grayscale: #D6D6D6. Windows color (decimal): -930614 or 13290737. OLE color: 13290737.

HSL color Cylindrical-coordinate representation of color #F1CCCA: hue angle of 3.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CCCA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241204202-
CMYK00.150.160.05
HSL3.08º58.21%86.86%-
HSV(B)3.08º16.18%94.51%-
XYZ68.5366.1565.03-
YUV214.83120.76146.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=37.25%
G=31.53%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120420200.150.160.053.0858.2186.86
HexF1CCCA0F10533a57
Octal361314312017205372127
Binary1111000111001100110010100111110000101111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCCA; }

 p { color: rgb(241,204,202); }

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

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

 a { background-color: rgb(241,204,202); }

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

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

 span { border-color: rgb(241,204,202); }

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