Html Css Color HEX #FBD7CA Cinderella

📋 copy color: '#FBD7CA'

red 251 ◦ green 215 ◦ blue 202

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

Shades of Cinderella #FBD7CA

Tints of Cinderella #FBD7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.19%

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

R = 37.57%
G = 32.19%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBD7CA (or 0xFBD7CA) is known color: Cinderella. HEX triplet: FB, D7 and CA. RGB value is (251,215,202). Sum of RGB (Red+Green+Blue) = 251+215+202=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7CA is #042835. Grayscale: #E0E0E0. Windows color (decimal): -272438 or 13293563. OLE color: 13293563.

HSL color Cylindrical-coordinate representation of color #FBD7CA: hue angle of 15.92º 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 #FBD7CA is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 215 202 -
CMYK 0 0.14 0.20 0.02
HSL 15.92º 0.86% 0.89% -
HSV(B) 15.92º 0.2% 0.98% -
XYZ 74.74 73.37 66.1 -
YUV 224.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 251 215 202 0 0.14 0.20 0.02 15.92 0.86 0.89
Hex FB D7 CA 0 E 14 2 10 56 59
Octal 373 327 312 0 16 24 2 20 126 131
Binary 11111011 11010111 11001010 0 1110 10100 10 10000 1010110 1011001

Color Harmonies of #FBD7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD7CA

Black with #FBD7CA

Text Example


Text Example

White with #FBD7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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