Html Css Color HEX #F2D1C7 Coral Candy

📋 copy color: '#F2D1C7'

red 242 ◦ green 209 ◦ blue 199

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

Shades of Coral Candy #F2D1C7

Tints of Coral Candy #F2D1C7

RGB

 RED value IS 242 (94.92% from 255) = 37.23%

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

 BLUE value IS 199 (78.13% from 255) = 30.62%

R = 37.23%
G = 32.15%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2D1C7 (or 0xF2D1C7) is known color: Coral Candy. HEX triplet: F2, D1 and C7. RGB value is (242,209,199). Sum of RGB (Red+Green+Blue) = 242+209+199=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1C7 is #0D2E38. Grayscale: #D9D9D9. Windows color (decimal): -863801 or 13095410. OLE color: 13095410.

HSL color Cylindrical-coordinate representation of color #F2D1C7: hue angle of 13.95º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2D1C7 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 209 199 -
CMYK 0 0.14 0.18 0.05
HSL 13.95º 0.62% 0.86% -
HSV(B) 13.95º 0.18% 0.95% -
XYZ 69.73 68.6 63.6 -
YUV 217.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 242 209 199 0 0.14 0.18 0.05 13.95 0.62 0.86
Hex F2 D1 C7 0 E 12 5 E 3E 56
Octal 362 321 307 0 16 22 5 16 76 126
Binary 11110010 11010001 11000111 0 1110 10010 101 1110 111110 1010110

Color Harmonies of #F2D1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D1C7

Black with #F2D1C7

Text Example


Text Example

White with #F2D1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D1C7; }

 p { color: rgb(242,209,199); }

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

background-color css

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

 a { background-color: rgb(242,209,199); }

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

border-color css

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

 span { border-color: rgb(242,209,199); }

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