Html Css Color HEX #FBE5DE Bridesmaid

📋 copy color: '#FBE5DE'

red 251 ◦ green 229 ◦ blue 222

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

Shades of Bridesmaid #FBE5DE

Tints of Bridesmaid #FBE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.62%

 BLUE value IS 222 (87.11% from 255) = 31.62%

R = 35.75%
G = 32.62%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBE5DE (or 0xFBE5DE) is known color: Bridesmaid. HEX triplet: FB, E5 and DE. RGB value is (251,229,222). Sum of RGB (Red+Green+Blue) = 251+229+222=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5DE is #041A21. Grayscale: #EAEAEA. Windows color (decimal): -268834 or 14607867. OLE color: 14607867.

HSL color Cylindrical-coordinate representation of color #FBE5DE: hue angle of 14.48º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE5DE is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 229 222 -
CMYK 0 0.09 0.12 0.02
HSL 14.48º 0.78% 0.93% -
HSV(B) 14.48º 0.12% 0.98% -
XYZ 80.99 81.82 80.63 -
YUV 234.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 251 229 222 0 0.09 0.12 0.02 14.48 0.78 0.93
Hex FB E5 DE 0 9 C 2 E 4E 5D
Octal 373 345 336 0 11 14 2 16 116 135
Binary 11111011 11100101 11011110 0 1001 1100 10 1110 1001110 1011101

Color Harmonies of #FBE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5DE

Black with #FBE5DE

Text Example


Text Example

White with #FBE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5DE; }

 p { color: rgb(251,229,222); }

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

background-color css

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

 a { background-color: rgb(251,229,222); }

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

border-color css

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

 span { border-color: rgb(251,229,222); }

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