Html Css Color HEX #F2CFCA Coral Candy

📋 copy color: '#F2CFCA'

red 242 ◦ green 207 ◦ blue 202

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

Shades of Coral Candy #F2CFCA

Tints of Coral Candy #F2CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.03%

R = 37.17%
G = 31.8%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2CFCA (or 0xF2CFCA) is known color: Coral Candy. HEX triplet: F2, CF and CA. RGB value is (242,207,202). Sum of RGB (Red+Green+Blue) = 242+207+202=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFCA is #0D3035. Grayscale: #D8D8D8. Windows color (decimal): -864310 or 13291506. OLE color: 13291506.

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

Color convert

RGB 242 207 202 -
CMYK 0 0.14 0.17 0.05
HSL 7.5º 0.61% 0.87% -
HSV(B) 7.5º 0.17% 0.95% -
XYZ 69.59 67.77 65.29 -
YUV 216.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 242 207 202 0 0.14 0.17 0.05 7.5 0.61 0.87
Hex F2 CF CA 0 E 11 5 8 3D 57
Octal 362 317 312 0 16 21 5 10 75 127
Binary 11110010 11001111 11001010 0 1110 10001 101 1000 111101 1010111

Color Harmonies of #F2CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFCA

Black with #F2CFCA

Text Example


Text Example

White with #F2CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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