Html Css Color HEX #F1D2CE Coral Candy

📋 copy color: '#F1D2CE'

red 241 ◦ green 210 ◦ blue 206

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

Shades of Coral Candy #F1D2CE

Tints of Coral Candy #F1D2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 36.68%
G = 31.96%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1D2CE (or 0xF1D2CE) is known color: Coral Candy. HEX triplet: F1, D2 and CE. RGB value is (241,210,206). Sum of RGB (Red+Green+Blue) = 241+210+206=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2CE is #0E2D31. Grayscale: #DADADA. Windows color (decimal): -929074 or 13554417. OLE color: 13554417.

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

Color convert

RGB 241 210 206 -
CMYK 0 0.13 0.15 0.05
HSL 6.86º 0.56% 0.88% -
HSV(B) 6.86º 0.15% 0.95% -
XYZ 70.46 69.25 68.05 -
YUV 218.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 241 210 206 0 0.13 0.15 0.05 6.86 0.56 0.88
Hex F1 D2 CE 0 D F 5 7 38 58
Octal 361 322 316 0 15 17 5 7 70 130
Binary 11110001 11010010 11001110 0 1101 1111 101 111 111000 1011000

Color Harmonies of #F1D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2CE

Black with #F1D2CE

Text Example


Text Example

White with #F1D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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