#F1CCC7

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

Shades of Coral Candy #F1CCC7

Tints of Coral Candy #F1CCC7

Color information

#F1CCC7 (or 0xF1CCC7) is unknown color: approx Coral Candy. HEX triplet: F1, CC and C7. RGB value is (241,204,199). Sum of RGB (Red+Green+Blue) = 241+204+199=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCC7 is #0E3338. Grayscale: #D6D6D6. Windows color (decimal): -930617 or 13094129. OLE color: 13094129.

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

Color convert

RGB241204199-
CMYK00.150.170.05
HSL7.14º60%86.27%-
HSV(B)7.14º17.43%94.51%-
XYZ68.1866.0163.18-
YUV214.49119.26146.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 199 (78.12% from 255) = 30.90%
R=37.42%
G=31.68%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120419900.150.170.057.146086.27
HexF1CCC70F11573c56
Octal361314307017215774126
Binary11110001110011001100011101111100011011111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCC7; }

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

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

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

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

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

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

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

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