Html Css Color HEX #FBDACA Cinderella

📋 copy color: '#FBDACA'

red 251 ◦ green 218 ◦ blue 202

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

Shades of Cinderella #FBDACA

Tints of Cinderella #FBDACA

RGB

 RED value IS 251 (98.44% from 255) = 37.41%

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

 BLUE value IS 202 (79.3% from 255) = 30.1%

R = 37.41%
G = 32.49%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBDACA (or 0xFBDACA) is known color: Cinderella. HEX triplet: FB, DA and CA. RGB value is (251,218,202). Sum of RGB (Red+Green+Blue) = 251+218+202=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACA is #042535. Grayscale: #E2E2E2. Windows color (decimal): -271670 or 13294331. OLE color: 13294331.

HSL color Cylindrical-coordinate representation of color #FBDACA: hue angle of 19.59º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBDACA is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 202 -
CMYK 0 0.13 0.20 0.02
HSL 19.59º 0.86% 0.89% -
HSV(B) 19.59º 0.2% 0.98% -
XYZ 75.52 74.92 66.36 -
YUV 226.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 251 218 202 0 0.13 0.20 0.02 19.59 0.86 0.89
Hex FB DA CA 0 D 14 2 14 56 59
Octal 373 332 312 0 15 24 2 24 126 131
Binary 11111011 11011010 11001010 0 1101 10100 10 10100 1010110 1011001

Color Harmonies of #FBDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDACA

Black with #FBDACA

Text Example


Text Example

White with #FBDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDACA; }

 p { color: rgb(251,218,202); }

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

background-color css

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

 a { background-color: rgb(251,218,202); }

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

border-color css

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

 span { border-color: rgb(251,218,202); }

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