Html Css Color HEX #F5D2CB Coral Candy

📋 copy color: '#F5D2CB'

red 245 ◦ green 210 ◦ blue 203

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

Shades of Coral Candy #F5D2CB

Tints of Coral Candy #F5D2CB

RGB

 RED value IS 245 (96.09% from 255) = 37.23%

 GREEN value IS 210 (82.42% from 255) = 31.91%

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

R = 37.23%
G = 31.91%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5D2CB (or 0xF5D2CB) is known color: Coral Candy. HEX triplet: F5, D2 and CB. RGB value is (245,210,203). Sum of RGB (Red+Green+Blue) = 245+210+203=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2CB is #0A2D34. Grayscale: #DBDBDB. Windows color (decimal): -666933 or 13357813. OLE color: 13357813.

HSL color Cylindrical-coordinate representation of color #F5D2CB: hue angle of 10º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5D2CB is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 210 203 -
CMYK 0 0.14 0.17 0.04
HSL 10º 0.68% 0.88% -
HSV(B) 10º 0.17% 0.96% -
XYZ 71.48 69.82 66.21 -
YUV 219.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 245 210 203 0 0.14 0.17 0.04 10 0.68 0.88
Hex F5 D2 CB 0 E 11 4 A 44 58
Octal 365 322 313 0 16 21 4 12 104 130
Binary 11110101 11010010 11001011 0 1110 10001 100 1010 1000100 1011000

Color Harmonies of #F5D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D2CB

Black with #F5D2CB

Text Example


Text Example

White with #F5D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D2CB; }

 p { color: rgb(245,210,203); }

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

background-color css

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

 a { background-color: rgb(245,210,203); }

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

border-color css

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

 span { border-color: rgb(245,210,203); }

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