Html Css Color HEX #F2CCC5 Coral Candy

📋 copy color: '#F2CCC5'

red 242 ◦ green 204 ◦ blue 197

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

Shades of Coral Candy #F2CCC5

Tints of Coral Candy #F2CCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.64%

R = 37.64%
G = 31.73%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2CCC5 (or 0xF2CCC5) is known color: Coral Candy. HEX triplet: F2, CC and C5. RGB value is (242,204,197). Sum of RGB (Red+Green+Blue) = 242+204+197=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCC5 is #0D333A. Grayscale: #D6D6D6. Windows color (decimal): -865083 or 12963058. OLE color: 12963058.

HSL color Cylindrical-coordinate representation of color #F2CCC5: hue angle of 9.33º degrees, saturation: 0.63, 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 #F2CCC5 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 197 -
CMYK 0 0.16 0.19 0.05
HSL 9.33º 0.63% 0.86% -
HSV(B) 9.33º 0.19% 0.95% -
XYZ 68.29 66.09 61.98 -
YUV 214.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 242 204 197 0 0.16 0.19 0.05 9.33 0.63 0.86
Hex F2 CC C5 0 10 13 5 9 3F 56
Octal 362 314 305 0 20 23 5 11 77 126
Binary 11110010 11001100 11000101 0 10000 10011 101 1001 111111 1010110

Color Harmonies of #F2CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCC5

Black with #F2CCC5

Text Example


Text Example

White with #F2CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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