Html Css Color HEX #FBD3C8 Cinderella

📋 copy color: '#FBD3C8'

red 251 ◦ green 211 ◦ blue 200

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

Shades of Cinderella #FBD3C8

Tints of Cinderella #FBD3C8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.87%

 BLUE value IS 200 (78.52% from 255) = 30.21%

R = 37.92%
G = 31.87%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBD3C8 (or 0xFBD3C8) is known color: Cinderella. HEX triplet: FB, D3 and C8. RGB value is (251,211,200). Sum of RGB (Red+Green+Blue) = 251+211+200=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3C8 is #042C37. Grayscale: #DDDDDD. Windows color (decimal): -273464 or 13161467. OLE color: 13161467.

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

Color convert

RGB 251 211 200 -
CMYK 0 0.16 0.20 0.02
HSL 12.94º 0.86% 0.88% -
HSV(B) 12.94º 0.2% 0.98% -
XYZ 73.5 71.27 64.53 -
YUV 221.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 251 211 200 0 0.16 0.20 0.02 12.94 0.86 0.88
Hex FB D3 C8 0 10 14 2 D 56 58
Octal 373 323 310 0 20 24 2 15 126 130
Binary 11111011 11010011 11001000 0 10000 10100 10 1101 1010110 1011000

Color Harmonies of #FBD3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD3C8

Black with #FBD3C8

Text Example


Text Example

White with #FBD3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD3C8; }

 p { color: rgb(251,211,200); }

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

background-color css

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

 a { background-color: rgb(251,211,200); }

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

border-color css

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

 span { border-color: rgb(251,211,200); }

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