Html Css Color HEX #F6D2CD Coral Candy

📋 copy color: '#F6D2CD'

red 246 ◦ green 210 ◦ blue 205

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

Shades of Coral Candy #F6D2CD

Tints of Coral Candy #F6D2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.01%

R = 37.22%
G = 31.77%
B = 31.01%

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

#F6D2CD (or 0xF6D2CD) is known color: Coral Candy. HEX triplet: F6, D2 and CD. RGB value is (246,210,205). Sum of RGB (Red+Green+Blue) = 246+210+205=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2CD is #092D32. Grayscale: #DCDCDC. Windows color (decimal): -601395 or 13488886. OLE color: 13488886.

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

Color convert

RGB 246 210 205 -
CMYK 0 0.15 0.17 0.04
HSL 7.32º 0.69% 0.88% -
HSV(B) 7.32º 0.17% 0.96% -
XYZ 72.07 70.09 67.49 -
YUV 220.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 246 210 205 0 0.15 0.17 0.04 7.32 0.69 0.88
Hex F6 D2 CD 0 F 11 4 7 45 58
Octal 366 322 315 0 17 21 4 7 105 130
Binary 11110110 11010010 11001101 0 1111 10001 100 111 1000101 1011000

Color Harmonies of #F6D2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2CD

Black with #F6D2CD

Text Example


Text Example

White with #F6D2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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