Html Css Color HEX #F1D6D1 Coral Candy

📋 copy color: '#F1D6D1'

red 241 ◦ green 214 ◦ blue 209

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

Shades of Coral Candy #F1D6D1

Tints of Coral Candy #F1D6D1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.23%

 BLUE value IS 209 (82.03% from 255) = 31.48%

R = 36.3%
G = 32.23%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1D6D1 (or 0xF1D6D1) is known color: Coral Candy. HEX triplet: F1, D6 and D1. RGB value is (241,214,209). Sum of RGB (Red+Green+Blue) = 241+214+209=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6D1 is #0E292E. Grayscale: #DDDDDD. Windows color (decimal): -928047 or 13752049. OLE color: 13752049.

HSL color Cylindrical-coordinate representation of color #F1D6D1: hue angle of 9.38º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D6D1 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 214 209 -
CMYK 0 0.11 0.13 0.05
HSL 9.38º 0.53% 0.88% -
HSV(B) 9.38º 0.13% 0.95% -
XYZ 71.83 71.4 70.32 -
YUV 221.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 241 214 209 0 0.11 0.13 0.05 9.38 0.53 0.88
Hex F1 D6 D1 0 B D 5 9 35 58
Octal 361 326 321 0 13 15 5 11 65 130
Binary 11110001 11010110 11010001 0 1011 1101 101 1001 110101 1011000

Color Harmonies of #F1D6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6D1

Black with #F1D6D1

Text Example


Text Example

White with #F1D6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6D1; }

 p { color: rgb(241,214,209); }

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

background-color css

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

 a { background-color: rgb(241,214,209); }

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

border-color css

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

 span { border-color: rgb(241,214,209); }

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