Html Css Color HEX #F1D0CB Coral Candy

📋 copy color: '#F1D0CB'

red 241 ◦ green 208 ◦ blue 203

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

Shades of Coral Candy #F1D0CB

Tints of Coral Candy #F1D0CB

RGB

 RED value IS 241 (94.53% from 255) = 36.96%

 GREEN value IS 208 (81.64% from 255) = 31.9%

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

R = 36.96%
G = 31.9%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1D0CB (or 0xF1D0CB) is known color: Coral Candy. HEX triplet: F1, D0 and CB. RGB value is (241,208,203). Sum of RGB (Red+Green+Blue) = 241+208+203=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0CB is #0E2F34. Grayscale: #D9D9D9. Windows color (decimal): -929589 or 13357297. OLE color: 13357297.

HSL color Cylindrical-coordinate representation of color #F1D0CB: hue angle of 7.89º degrees, saturation: 0.58, 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 #F1D0CB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 203 -
CMYK 0 0.14 0.16 0.05
HSL 7.89º 0.58% 0.87% -
HSV(B) 7.89º 0.16% 0.95% -
XYZ 69.61 68.12 65.98 -
YUV 217.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 241 208 203 0 0.14 0.16 0.05 7.89 0.58 0.87
Hex F1 D0 CB 0 E 10 5 8 3A 57
Octal 361 320 313 0 16 20 5 10 72 127
Binary 11110001 11010000 11001011 0 1110 10000 101 1000 111010 1010111

Color Harmonies of #F1D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0CB

Black with #F1D0CB

Text Example


Text Example

White with #F1D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0CB; }

 p { color: rgb(241,208,203); }

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

background-color css

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

 a { background-color: rgb(241,208,203); }

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

border-color css

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

 span { border-color: rgb(241,208,203); }

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