Html Css Color HEX #F7DACB Cinderella

📋 copy color: '#F7DACB'

red 247 ◦ green 218 ◦ blue 203

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

Shades of Cinderella #F7DACB

Tints of Cinderella #F7DACB

RGB

 RED value IS 247 (96.88% from 255) = 36.98%

 GREEN value IS 218 (85.55% from 255) = 32.63%

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

R = 36.98%
G = 32.63%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7DACB (or 0xF7DACB) is known color: Cinderella. HEX triplet: F7, DA and CB. RGB value is (247,218,203). Sum of RGB (Red+Green+Blue) = 247+218+203=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DACB is #082534. Grayscale: #E1E1E1. Windows color (decimal): -533813 or 13359863. OLE color: 13359863.

HSL color Cylindrical-coordinate representation of color #F7DACB: hue angle of 20.45º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7DACB is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 218 203 -
CMYK 0 0.12 0.18 0.03
HSL 20.45º 0.73% 0.88% -
HSV(B) 20.45º 0.18% 0.97% -
XYZ 74.21 74.23 66.92 -
YUV 224.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 247 218 203 0 0.12 0.18 0.03 20.45 0.73 0.88
Hex F7 DA CB 0 C 12 3 14 49 58
Octal 367 332 313 0 14 22 3 24 111 130
Binary 11110111 11011010 11001011 0 1100 10010 11 10100 1001001 1011000

Color Harmonies of #F7DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DACB

Black with #F7DACB

Text Example


Text Example

White with #F7DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DACB; }

 p { color: rgb(247,218,203); }

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

background-color css

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

 a { background-color: rgb(247,218,203); }

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

border-color css

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

 span { border-color: rgb(247,218,203); }

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