Html Css Color HEX #F2D6CB Cinderella

📋 copy color: '#F2D6CB'

red 242 ◦ green 214 ◦ blue 203

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

Shades of Cinderella #F2D6CB

Tints of Cinderella #F2D6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.8%

R = 36.72%
G = 32.47%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2D6CB (or 0xF2D6CB) is known color: Cinderella. HEX triplet: F2, D6 and CB. RGB value is (242,214,203). Sum of RGB (Red+Green+Blue) = 242+214+203=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6CB is #0D2934. Grayscale: #DDDDDD. Windows color (decimal): -862517 or 13358834. OLE color: 13358834.

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

Color convert

RGB 242 214 203 -
CMYK 0 0.12 0.16 0.05
HSL 16.92º 0.6% 0.87% -
HSV(B) 16.92º 0.16% 0.95% -
XYZ 71.44 71.28 66.49 -
YUV 221.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 242 214 203 0 0.12 0.16 0.05 16.92 0.6 0.87
Hex F2 D6 CB 0 C 10 5 11 3C 57
Octal 362 326 313 0 14 20 5 21 74 127
Binary 11110010 11010110 11001011 0 1100 10000 101 10001 111100 1010111

Color Harmonies of #F2D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6CB

Black with #F2D6CB

Text Example


Text Example

White with #F2D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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