Html Css Color HEX #F2CFC4 Coral Candy

📋 copy color: '#F2CFC4'

red 242 ◦ green 207 ◦ blue 196

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

Shades of Coral Candy #F2CFC4

Tints of Coral Candy #F2CFC4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.09%

 BLUE value IS 196 (76.95% from 255) = 30.39%

R = 37.52%
G = 32.09%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2CFC4 (or 0xF2CFC4) is known color: Coral Candy. HEX triplet: F2, CF and C4. RGB value is (242,207,196). Sum of RGB (Red+Green+Blue) = 242+207+196=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFC4 is #0D303B. Grayscale: #D8D8D8. Windows color (decimal): -864316 or 12898290. OLE color: 12898290.

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

Color convert

RGB 242 207 196 -
CMYK 0 0.14 0.19 0.05
HSL 14.35º 0.64% 0.86% -
HSV(B) 14.35º 0.19% 0.95% -
XYZ 68.89 67.49 61.62 -
YUV 216.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 242 207 196 0 0.14 0.19 0.05 14.35 0.64 0.86
Hex F2 CF C4 0 E 13 5 E 40 56
Octal 362 317 304 0 16 23 5 16 100 126
Binary 11110010 11001111 11000100 0 1110 10011 101 1110 1000000 1010110

Color Harmonies of #F2CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFC4

Black with #F2CFC4

Text Example


Text Example

White with #F2CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFC4; }

 p { color: rgb(242,207,196); }

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

background-color css

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

 a { background-color: rgb(242,207,196); }

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

border-color css

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

 span { border-color: rgb(242,207,196); }

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