Html Css Color HEX #FBEDE5 Rose White

📋 copy color: '#FBEDE5'

red 251 ◦ green 237 ◦ blue 229

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

Shades of Rose White #FBEDE5

Tints of Rose White #FBEDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.05%

 BLUE value IS 229 (89.84% from 255) = 31.94%

R = 35.01%
G = 33.05%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBEDE5 (or 0xFBEDE5) is known color: Rose White. HEX triplet: FB, ED and E5. RGB value is (251,237,229). Sum of RGB (Red+Green+Blue) = 251+237+229=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDE5 is #04121A. Grayscale: #F0F0F0. Windows color (decimal): -266779 or 15068667. OLE color: 15068667.

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

Color convert

RGB 251 237 229 -
CMYK 0 0.06 0.09 0.02
HSL 21.82º 0.73% 0.94% -
HSV(B) 21.82º 0.09% 0.98% -
XYZ 84.21 86.73 86.43 -
YUV 240.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 251 237 229 0 0.06 0.09 0.02 21.82 0.73 0.94
Hex FB ED E5 0 6 9 2 16 49 5E
Octal 373 355 345 0 6 11 2 26 111 136
Binary 11111011 11101101 11100101 0 110 1001 10 10110 1001001 1011110

Color Harmonies of #FBEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDE5

Black with #FBEDE5

Text Example


Text Example

White with #FBEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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