Html Css Color HEX #F2D6CD Cinderella

📋 copy color: '#F2D6CD'

red 242 ◦ green 214 ◦ blue 205

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

Shades of Cinderella #F2D6CD

Tints of Cinderella #F2D6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.38%

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

R = 36.61%
G = 32.38%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2D6CD (or 0xF2D6CD) is known color: Cinderella. HEX triplet: F2, D6 and CD. RGB value is (242,214,205). Sum of RGB (Red+Green+Blue) = 242+214+205=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6CD is #0D2932. Grayscale: #DDDDDD. Windows color (decimal): -862515 or 13489906. OLE color: 13489906.

HSL color Cylindrical-coordinate representation of color #F2D6CD: hue angle of 14.59º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2D6CD is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 214 205 -
CMYK 0 0.12 0.15 0.05
HSL 14.59º 0.59% 0.88% -
HSV(B) 14.59º 0.15% 0.95% -
XYZ 71.68 71.38 67.76 -
YUV 221.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 242 214 205 0 0.12 0.15 0.05 14.59 0.59 0.88
Hex F2 D6 CD 0 C F 5 F 3B 58
Octal 362 326 315 0 14 17 5 17 73 130
Binary 11110010 11010110 11001101 0 1100 1111 101 1111 111011 1011000

Color Harmonies of #F2D6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6CD

Black with #F2D6CD

Text Example


Text Example

White with #F2D6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6CD; }

 p { color: rgb(242,214,205); }

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

background-color css

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

 a { background-color: rgb(242,214,205); }

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

border-color css

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

 span { border-color: rgb(242,214,205); }

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