Html Css Color HEX #FBEFED Rose White

📋 copy color: '#FBEFED'

red 251 ◦ green 239 ◦ blue 237

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

Shades of Rose White #FBEFED

Tints of Rose White #FBEFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.87%

 BLUE value IS 237 (92.97% from 255) = 32.6%

R = 34.53%
G = 32.87%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBEFED (or 0xFBEFED) is known color: Rose White. HEX triplet: FB, EF and ED. RGB value is (251,239,237). Sum of RGB (Red+Green+Blue) = 251+239+237=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFED is #041012. Grayscale: #F2F2F2. Windows color (decimal): -266259 or 15593467. OLE color: 15593467.

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

Color convert

RGB 251 239 237 -
CMYK 0 0.05 0.06 0.02
HSL 8.57º 0.64% 0.96% -
HSV(B) 8.57º 0.06% 0.98% -
XYZ 85.94 88.36 92.65 -
YUV 242.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 251 239 237 0 0.05 0.06 0.02 8.57 0.64 0.96
Hex FB EF ED 0 5 6 2 9 40 60
Octal 373 357 355 0 5 6 2 11 100 140
Binary 11111011 11101111 11101101 0 101 110 10 1001 1000000 1100000

Color Harmonies of #FBEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFED

Black with #FBEFED

Text Example


Text Example

White with #FBEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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