Html Css Color HEX #F2CBC7 Coral Candy

📋 copy color: '#F2CBC7'

red 242 ◦ green 203 ◦ blue 199

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

Shades of Coral Candy #F2CBC7

Tints of Coral Candy #F2CBC7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.52%

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

R = 37.58%
G = 31.52%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2CBC7 (or 0xF2CBC7) is known color: Coral Candy. HEX triplet: F2, CB and C7. RGB value is (242,203,199). Sum of RGB (Red+Green+Blue) = 242+203+199=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBC7 is #0D3438. Grayscale: #D6D6D6. Windows color (decimal): -865337 or 13093874. OLE color: 13093874.

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

Color convert

RGB 242 203 199 -
CMYK 0 0.16 0.18 0.05
HSL 5.58º 0.62% 0.86% -
HSV(B) 5.58º 0.18% 0.95% -
XYZ 68.28 65.71 63.12 -
YUV 214.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 242 203 199 0 0.16 0.18 0.05 5.58 0.62 0.86
Hex F2 CB C7 0 10 12 5 6 3E 56
Octal 362 313 307 0 20 22 5 6 76 126
Binary 11110010 11001011 11000111 0 10000 10010 101 110 111110 1010110

Color Harmonies of #F2CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBC7

Black with #F2CBC7

Text Example


Text Example

White with #F2CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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