Html Css Color HEX #F5D4CB Coral Candy

📋 copy color: '#F5D4CB'

red 245 ◦ green 212 ◦ blue 203

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

Shades of Coral Candy #F5D4CB

Tints of Coral Candy #F5D4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.12%

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

R = 37.12%
G = 32.12%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5D4CB (or 0xF5D4CB) is known color: Coral Candy. HEX triplet: F5, D4 and CB. RGB value is (245,212,203). Sum of RGB (Red+Green+Blue) = 245+212+203=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4CB is #0A2B34. Grayscale: #DCDCDC. Windows color (decimal): -666421 or 13358325. OLE color: 13358325.

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

Color convert

RGB 245 212 203 -
CMYK 0 0.13 0.17 0.04
HSL 12.86º 0.68% 0.88% -
HSV(B) 12.86º 0.17% 0.96% -
XYZ 71.98 70.81 66.37 -
YUV 220.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 245 212 203 0 0.13 0.17 0.04 12.86 0.68 0.88
Hex F5 D4 CB 0 D 11 4 D 44 58
Octal 365 324 313 0 15 21 4 15 104 130
Binary 11110101 11010100 11001011 0 1101 10001 100 1101 1000100 1011000

Color Harmonies of #F5D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D4CB

Black with #F5D4CB

Text Example


Text Example

White with #F5D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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