Html Css Color HEX #F8D1CB Coral Candy

📋 copy color: '#F8D1CB'

red 248 ◦ green 209 ◦ blue 203

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

Shades of Coral Candy #F8D1CB

Tints of Coral Candy #F8D1CB

RGB

 RED value IS 248 (97.27% from 255) = 37.58%

 GREEN value IS 209 (82.03% from 255) = 31.67%

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

R = 37.58%
G = 31.67%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8D1CB (or 0xF8D1CB) is known color: Coral Candy. HEX triplet: F8, D1 and CB. RGB value is (248,209,203). Sum of RGB (Red+Green+Blue) = 248+209+203=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1CB is #072E34. Grayscale: #DCDCDC. Windows color (decimal): -470581 or 13357560. OLE color: 13357560.

HSL color Cylindrical-coordinate representation of color #F8D1CB: hue angle of 8º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8D1CB is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 209 203 -
CMYK 0 0.16 0.18 0.03
HSL 0.76% 0.88% -
HSV(B) 0.18% 0.97% -
XYZ 72.29 69.87 66.18 -
YUV 219.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 248 209 203 0 0.16 0.18 0.03 8 0.76 0.88
Hex F8 D1 CB 0 10 12 3 8 4C 58
Octal 370 321 313 0 20 22 3 10 114 130
Binary 11111000 11010001 11001011 0 10000 10010 11 1000 1001100 1011000

Color Harmonies of #F8D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D1CB

Black with #F8D1CB

Text Example


Text Example

White with #F8D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D1CB; }

 p { color: rgb(248,209,203); }

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

background-color css

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

 a { background-color: rgb(248,209,203); }

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

border-color css

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

 span { border-color: rgb(248,209,203); }

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