Html Css Color HEX #F1D2CB Coral Candy

📋 copy color: '#F1D2CB'

red 241 ◦ green 210 ◦ blue 203

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

Shades of Coral Candy #F1D2CB

Tints of Coral Candy #F1D2CB

RGB

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

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

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

R = 36.85%
G = 32.11%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1D2CB (or 0xF1D2CB) is known color: Coral Candy. HEX triplet: F1, D2 and CB. RGB value is (241,210,203). Sum of RGB (Red+Green+Blue) = 241+210+203=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2CB is #0E2D34. Grayscale: #DADADA. Windows color (decimal): -929077 or 13357809. OLE color: 13357809.

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

Color convert

RGB 241 210 203 -
CMYK 0 0.13 0.16 0.05
HSL 11.05º 0.58% 0.87% -
HSV(B) 11.05º 0.16% 0.95% -
XYZ 70.1 69.11 66.14 -
YUV 218.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 241 210 203 0 0.13 0.16 0.05 11.05 0.58 0.87
Hex F1 D2 CB 0 D 10 5 B 3A 57
Octal 361 322 313 0 15 20 5 13 72 127
Binary 11110001 11010010 11001011 0 1101 10000 101 1011 111010 1010111

Color Harmonies of #F1D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2CB

Black with #F1D2CB

Text Example


Text Example

White with #F1D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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