Html Css Color HEX #FBE5FA Selago

📋 copy color: '#FBE5FA'

red 251 ◦ green 229 ◦ blue 250

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

Shades of Selago #FBE5FA

Tints of Selago #FBE5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.37%

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

R = 34.38%
G = 31.37%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE5FA (or 0xFBE5FA) is known color: Selago. HEX triplet: FB, E5 and FA. RGB value is (251,229,250). Sum of RGB (Red+Green+Blue) = 251+229+250=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 229 (89.84% from 255 or 31.37% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5FA is #041A05. Grayscale: #EDEDED. Windows color (decimal): -268806 or 16442875. OLE color: 16442875.

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

Color convert

RGB 251 229 250 -
CMYK 0 0.09 0.00 0.02
HSL 302.73º 0.73% 0.94% -
HSV(B) 302.73º 0.09% 0.98% -
XYZ 85.06 83.45 102.07 -
YUV 237.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 251 229 250 0 0.09 0.00 0.02 302.73 0.73 0.94
Hex FB E5 FA 0 9 0 2 12F 49 5E
Octal 373 345 372 0 11 0 2 457 111 136
Binary 11111011 11100101 11111010 0 1001 0 10 100101111 1001001 1011110

Color Harmonies of #FBE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5FA

Black with #FBE5FA

Text Example


Text Example

White with #FBE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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