Html Css Color HEX #FBE5FD Selago

📋 copy color: '#FBE5FD'

red 251 ◦ green 229 ◦ blue 253

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

Shades of Selago #FBE5FD

Tints of Selago #FBE5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.52%

R = 34.24%
G = 31.24%
B = 34.52%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBE5FD (or 0xFBE5FD) is known color: Selago. HEX triplet: FB, E5 and FD. RGB value is (251,229,253). Sum of RGB (Red+Green+Blue) = 251+229+253=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 229 (89.84% from 255 or 31.24% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5FD is #041A02. Grayscale: #EEEEEE. Windows color (decimal): -268803 or 16639483. OLE color: 16639483.

HSL color Cylindrical-coordinate representation of color #FBE5FD: hue angle of 295º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE5FD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 229 253 -
CMYK 0.01 0.09 0 0.01
HSL 295º 0.86% 0.95% -
HSV(B) 295º 0.09% 0.99% -
XYZ 85.53 83.64 104.56 -
YUV 238.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 251 229 253 0.01 0.09 0 0.01 295 0.86 0.95
Hex FB E5 FD 1 9 0 1 127 56 5F
Octal 373 345 375 1 11 0 1 447 126 137
Binary 11111011 11100101 11111101 1 1001 0 1 100100111 1010110 1011111

Color Harmonies of #FBE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5FD

Black with #FBE5FD

Text Example


Text Example

White with #FBE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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