#F1CCC4

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

Shades of Coral Candy #F1CCC4

Tints of Coral Candy #F1CCC4

Color information

#F1CCC4 (or 0xF1CCC4) is unknown color: approx Coral Candy. HEX triplet: F1, CC and C4. RGB value is (241,204,196). Sum of RGB (Red+Green+Blue) = 241+204+196=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCC4 is #0E333B. Grayscale: #D6D6D6. Windows color (decimal): -930620 or 12897521. OLE color: 12897521.

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

Color convert

RGB241204196-
CMYK00.150.190.05
HSL10.67º61.64%85.69%-
HSV(B)10.67º18.67%94.51%-
XYZ67.8365.8761.36-
YUV214.15117.76147.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 196 (76.95% from 255) = 30.58%
R=37.60%
G=31.83%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120419600.150.190.0510.6761.6485.69
HexF1CCC40F135b3e56
Octal3613143040172351376126
Binary111100011100110011000100011111001110110111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCC4; }

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

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

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

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

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

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

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

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