Html Css Color HEX #FBEAF8 Selago

📋 copy color: '#FBEAF8'

red 251 ◦ green 234 ◦ blue 248

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

Shades of Selago #FBEAF8

Tints of Selago #FBEAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 31.92%

 BLUE value IS 248 (97.27% from 255) = 33.83%

R = 34.24%
G = 31.92%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBEAF8 (or 0xFBEAF8) is known color: Selago. HEX triplet: FB, EA and F8. RGB value is (251,234,248). Sum of RGB (Red+Green+Blue) = 251+234+248=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 248 (97.27% from 255 or 33.83% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF8 is #041507. Grayscale: #F0F0F0. Windows color (decimal): -267528 or 16313083. OLE color: 16313083.

HSL color Cylindrical-coordinate representation of color #FBEAF8: hue angle of 310.59º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEAF8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 234 248 -
CMYK 0 0.07 0.01 0.02
HSL 310.59º 0.68% 0.95% -
HSV(B) 310.59º 0.07% 0.98% -
XYZ 86.15 86.13 100.89 -
YUV 240.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 251 234 248 0 0.07 0.01 0.02 310.59 0.68 0.95
Hex FB EA F8 0 7 1 2 137 44 5F
Octal 373 352 370 0 7 1 2 467 104 137
Binary 11111011 11101010 11111000 0 111 1 10 100110111 1000100 1011111

Color Harmonies of #FBEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAF8

Black with #FBEAF8

Text Example


Text Example

White with #FBEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAF8; }

 p { color: rgb(251,234,248); }

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

background-color css

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

 a { background-color: rgb(251,234,248); }

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

border-color css

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

 span { border-color: rgb(251,234,248); }

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