Html Css Color HEX #F5D3CB Coral Candy

📋 copy color: '#F5D3CB'

red 245 ◦ green 211 ◦ blue 203

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

Shades of Coral Candy #F5D3CB

Tints of Coral Candy #F5D3CB

RGB

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

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

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

R = 37.18%
G = 32.02%
B = 30.8%

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

#F5D3CB (or 0xF5D3CB) is known color: Coral Candy. HEX triplet: F5, D3 and CB. RGB value is (245,211,203). Sum of RGB (Red+Green+Blue) = 245+211+203=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3CB is #0A2C34. Grayscale: #DCDCDC. Windows color (decimal): -666677 or 13358069. OLE color: 13358069.

HSL color Cylindrical-coordinate representation of color #F5D3CB: hue angle of 11.43º 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 #F5D3CB is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 203 -
CMYK 0 0.14 0.17 0.04
HSL 11.43º 0.68% 0.88% -
HSV(B) 11.43º 0.17% 0.96% -
XYZ 71.73 70.31 66.29 -
YUV 220.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 245 211 203 0 0.14 0.17 0.04 11.43 0.68 0.88
Hex F5 D3 CB 0 E 11 4 B 44 58
Octal 365 323 313 0 16 21 4 13 104 130
Binary 11110101 11010011 11001011 0 1110 10001 100 1011 1000100 1011000

Color Harmonies of #F5D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D3CB

Black with #F5D3CB

Text Example


Text Example

White with #F5D3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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