Html Css Color HEX #F6D2CC Coral Candy

📋 copy color: '#F6D2CC'

red 246 ◦ green 210 ◦ blue 204

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

Shades of Coral Candy #F6D2CC

Tints of Coral Candy #F6D2CC

RGB

 RED value IS 246 (96.48% from 255) = 37.27%

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

 BLUE value IS 204 (80.08% from 255) = 30.91%

R = 37.27%
G = 31.82%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6D2CC (or 0xF6D2CC) is known color: Coral Candy. HEX triplet: F6, D2 and CC. RGB value is (246,210,204). Sum of RGB (Red+Green+Blue) = 246+210+204=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2CC is #092D33. Grayscale: #DCDCDC. Windows color (decimal): -601396 or 13423350. OLE color: 13423350.

HSL color Cylindrical-coordinate representation of color #F6D2CC: hue angle of 8.57º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6D2CC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 210 204 -
CMYK 0 0.15 0.17 0.04
HSL 8.57º 0.7% 0.88% -
HSV(B) 8.57º 0.17% 0.96% -
XYZ 71.95 70.05 66.85 -
YUV 220.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 246 210 204 0 0.15 0.17 0.04 8.57 0.7 0.88
Hex F6 D2 CC 0 F 11 4 9 46 58
Octal 366 322 314 0 17 21 4 11 106 130
Binary 11110110 11010010 11001100 0 1111 10001 100 1001 1000110 1011000

Color Harmonies of #F6D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2CC

Black with #F6D2CC

Text Example


Text Example

White with #F6D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2CC; }

 p { color: rgb(246,210,204); }

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

background-color css

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

 a { background-color: rgb(246,210,204); }

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

border-color css

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

 span { border-color: rgb(246,210,204); }

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