Html Css Color HEX #FBE8FA Selago

📋 copy color: '#FBE8FA'

red 251 ◦ green 232 ◦ blue 250

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

Shades of Selago #FBE8FA

Tints of Selago #FBE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 31.65%

 BLUE value IS 250 (98.05% from 255) = 34.11%

R = 34.24%
G = 31.65%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE8FA (or 0xFBE8FA) is known color: Selago. HEX triplet: FB, E8 and FA. RGB value is (251,232,250). Sum of RGB (Red+Green+Blue) = 251+232+250=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 232 (91.02% from 255 or 31.65% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8FA is #041705. Grayscale: #EFEFEF. Windows color (decimal): -268038 or 16443643. OLE color: 16443643.

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

Color convert

RGB 251 232 250 -
CMYK 0 0.08 0.00 0.02
HSL 303.16º 0.7% 0.95% -
HSV(B) 303.16º 0.08% 0.98% -
XYZ 85.9 85.12 102.35 -
YUV 239.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 251 232 250 0 0.08 0.00 0.02 303.16 0.7 0.95
Hex FB E8 FA 0 8 0 2 12F 46 5F
Octal 373 350 372 0 10 0 2 457 106 137
Binary 11111011 11101000 11111010 0 1000 0 10 100101111 1000110 1011111

Color Harmonies of #FBE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE8FA

Black with #FBE8FA

Text Example


Text Example

White with #FBE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE8FA; }

 p { color: rgb(251,232,250); }

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

background-color css

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

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

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

border-color css

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

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

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