Html Css Color HEX #F2CCC7 Coral Candy

📋 copy color: '#F2CCC7'

red 242 ◦ green 204 ◦ blue 199

#F2CCC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #F2CCC7

Tints of Coral Candy #F2CCC7

RGB

 RED value IS 242 (94.92% from 255) = 37.52%

 GREEN value IS 204 (80.08% from 255) = 31.63%

 BLUE value IS 199 (78.13% from 255) = 30.85%

R = 37.52%
G = 31.63%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2CCC7 (or 0xF2CCC7) is known color: Coral Candy. HEX triplet: F2, CC and C7. RGB value is (242,204,199). Sum of RGB (Red+Green+Blue) = 242+204+199=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCC7 is #0D3338. Grayscale: #D6D6D6. Windows color (decimal): -865081 or 13094130. OLE color: 13094130.

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

Color convert

RGB 242 204 199 -
CMYK 0 0.16 0.18 0.05
HSL 6.98º 0.62% 0.86% -
HSV(B) 6.98º 0.18% 0.95% -
XYZ 68.52 66.19 63.2 -
YUV 214.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 242 204 199 0 0.16 0.18 0.05 6.98 0.62 0.86
Hex F2 CC C7 0 10 12 5 7 3E 56
Octal 362 314 307 0 20 22 5 7 76 126
Binary 11110010 11001100 11000111 0 10000 10010 101 111 111110 1010110

Color Harmonies of #F2CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCC7

Black with #F2CCC7

Text Example


Text Example

White with #F2CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCC7; }

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

 H1.HeaderClassName
 {
   color: #F2CCC7;
 }
 .AnyTagClassName
 {
   color: #F2CCC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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