Html Css Color HEX #F2D3CB Coral Candy

📋 copy color: '#F2D3CB'

red 242 ◦ green 211 ◦ blue 203

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

Shades of Coral Candy #F2D3CB

Tints of Coral Candy #F2D3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.16%

 BLUE value IS 203 (79.69% from 255) = 30.95%

R = 36.89%
G = 32.16%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2D3CB (or 0xF2D3CB) is known color: Coral Candy. HEX triplet: F2, D3 and CB. RGB value is (242,211,203). Sum of RGB (Red+Green+Blue) = 242+211+203=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D3CB is #0D2C34. Grayscale: #DBDBDB. Windows color (decimal): -863285 or 13358066. OLE color: 13358066.

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

Color convert

RGB 242 211 203 -
CMYK 0 0.13 0.16 0.05
HSL 12.31º 0.6% 0.87% -
HSV(B) 12.31º 0.16% 0.95% -
XYZ 70.69 69.78 66.24 -
YUV 219.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 242 211 203 0 0.13 0.16 0.05 12.31 0.6 0.87
Hex F2 D3 CB 0 D 10 5 C 3C 57
Octal 362 323 313 0 15 20 5 14 74 127
Binary 11110010 11010011 11001011 0 1101 10000 101 1100 111100 1010111

Color Harmonies of #F2D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D3CB

Black with #F2D3CB

Text Example


Text Example

White with #F2D3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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