Html Css Color HEX #FBEAFB Selago

📋 copy color: '#FBEAFB'

red 251 ◦ green 234 ◦ blue 251

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

Shades of Selago #FBEAFB

Tints of Selago #FBEAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.1%

R = 34.1%
G = 31.79%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBEAFB (or 0xFBEAFB) is known color: Selago. HEX triplet: FB, EA and FB. RGB value is (251,234,251). Sum of RGB (Red+Green+Blue) = 251+234+251=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAFB is #041504. Grayscale: #F0F0F0. Windows color (decimal): -267525 or 16509691. OLE color: 16509691.

HSL color Cylindrical-coordinate representation of color #FBEAFB: hue angle of 300º 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 #FBEAFB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 234 251 -
CMYK 0 0.07 0 0.02
HSL 300º 0.68% 0.95% -
HSV(B) 300º 0.07% 0.98% -
XYZ 86.62 86.32 103.36 -
YUV 241.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 251 234 251 0 0.07 0 0.02 300 0.68 0.95
Hex FB EA FB 0 7 0 2 12C 44 5F
Octal 373 352 373 0 7 0 2 454 104 137
Binary 11111011 11101010 11111011 0 111 0 10 100101100 1000100 1011111

Color Harmonies of #FBEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAFB

Black with #FBEAFB

Text Example


Text Example

White with #FBEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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