Html Css Color HEX #F2CEC8 Coral Candy

📋 copy color: '#F2CEC8'

red 242 ◦ green 206 ◦ blue 200

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

Shades of Coral Candy #F2CEC8

Tints of Coral Candy #F2CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.86%

R = 37.35%
G = 31.79%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2CEC8 (or 0xF2CEC8) is known color: Coral Candy. HEX triplet: F2, CE and C8. RGB value is (242,206,200). Sum of RGB (Red+Green+Blue) = 242+206+200=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEC8 is #0D3137. Grayscale: #D8D8D8. Windows color (decimal): -864568 or 13160178. OLE color: 13160178.

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

Color convert

RGB 242 206 200 -
CMYK 0 0.15 0.17 0.05
HSL 8.57º 0.62% 0.87% -
HSV(B) 8.57º 0.17% 0.95% -
XYZ 69.11 67.19 63.97 -
YUV 216.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 242 206 200 0 0.15 0.17 0.05 8.57 0.62 0.87
Hex F2 CE C8 0 F 11 5 9 3E 57
Octal 362 316 310 0 17 21 5 11 76 127
Binary 11110010 11001110 11001000 0 1111 10001 101 1001 111110 1010111

Color Harmonies of #F2CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEC8

Black with #F2CEC8

Text Example


Text Example

White with #F2CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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