Html Css Color HEX #F6D0CC Coral Candy

📋 copy color: '#F6D0CC'

red 246 ◦ green 208 ◦ blue 204

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

Shades of Coral Candy #F6D0CC

Tints of Coral Candy #F6D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.61%

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

R = 37.39%
G = 31.61%
B = 31%

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

#F6D0CC (or 0xF6D0CC) is known color: Coral Candy. HEX triplet: F6, D0 and CC. RGB value is (246,208,204). Sum of RGB (Red+Green+Blue) = 246+208+204=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0CC is #092F33. Grayscale: #DADADA. Windows color (decimal): -601908 or 13422838. OLE color: 13422838.

HSL color Cylindrical-coordinate representation of color #F6D0CC: hue angle of 5.71º 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 #F6D0CC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 208 204 -
CMYK 0 0.15 0.17 0.04
HSL 5.71º 0.7% 0.88% -
HSV(B) 5.71º 0.17% 0.96% -
XYZ 71.46 69.06 66.69 -
YUV 218.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 246 208 204 0 0.15 0.17 0.04 5.71 0.7 0.88
Hex F6 D0 CC 0 F 11 4 6 46 58
Octal 366 320 314 0 17 21 4 6 106 130
Binary 11110110 11010000 11001100 0 1111 10001 100 110 1000110 1011000

Color Harmonies of #F6D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0CC

Black with #F6D0CC

Text Example


Text Example

White with #F6D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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