Html Css Color HEX #F6D4C9 Cinderella

📋 copy color: '#F6D4C9'

red 246 ◦ green 212 ◦ blue 201

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

Shades of Cinderella #F6D4C9

Tints of Cinderella #F6D4C9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.17%

 BLUE value IS 201 (78.91% from 255) = 30.5%

R = 37.33%
G = 32.17%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6D4C9 (or 0xF6D4C9) is known color: Cinderella. HEX triplet: F6, D4 and C9. RGB value is (246,212,201). Sum of RGB (Red+Green+Blue) = 246+212+201=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4C9 is #092B36. Grayscale: #DCDCDC. Windows color (decimal): -600887 or 13227254. OLE color: 13227254.

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

Color convert

RGB 246 212 201 -
CMYK 0 0.14 0.18 0.04
HSL 14.67º 0.71% 0.88% -
HSV(B) 14.67º 0.18% 0.96% -
XYZ 72.09 70.9 65.14 -
YUV 220.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 246 212 201 0 0.14 0.18 0.04 14.67 0.71 0.88
Hex F6 D4 C9 0 E 12 4 F 47 58
Octal 366 324 311 0 16 22 4 17 107 130
Binary 11110110 11010100 11001001 0 1110 10010 100 1111 1000111 1011000

Color Harmonies of #F6D4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D4C9

Black with #F6D4C9

Text Example


Text Example

White with #F6D4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D4C9; }

 p { color: rgb(246,212,201); }

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

background-color css

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

 a { background-color: rgb(246,212,201); }

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

border-color css

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

 span { border-color: rgb(246,212,201); }

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