Html Css Color HEX #F2CEC7 Coral Candy

📋 copy color: '#F2CEC7'

red 242 ◦ green 206 ◦ blue 199

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

Shades of Coral Candy #F2CEC7

Tints of Coral Candy #F2CEC7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.84%

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

R = 37.4%
G = 31.84%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2CEC7 (or 0xF2CEC7) is known color: Coral Candy. HEX triplet: F2, CE and C7. RGB value is (242,206,199). Sum of RGB (Red+Green+Blue) = 242+206+199=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEC7 is #0D3138. Grayscale: #D8D8D8. Windows color (decimal): -864569 or 13094642. OLE color: 13094642.

HSL color Cylindrical-coordinate representation of color #F2CEC7: hue angle of 9.77º 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 #F2CEC7 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 199 -
CMYK 0 0.15 0.18 0.05
HSL 9.77º 0.62% 0.86% -
HSV(B) 9.77º 0.18% 0.95% -
XYZ 69 67.14 63.36 -
YUV 215.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 242 206 199 0 0.15 0.18 0.05 9.77 0.62 0.86
Hex F2 CE C7 0 F 12 5 A 3E 56
Octal 362 316 307 0 17 22 5 12 76 126
Binary 11110010 11001110 11000111 0 1111 10010 101 1010 111110 1010110

Color Harmonies of #F2CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEC7

Black with #F2CEC7

Text Example


Text Example

White with #F2CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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