Html Css Color HEX #FBE3FD Selago

📋 copy color: '#FBE3FD'

red 251 ◦ green 227 ◦ blue 253

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

Shades of Selago #FBE3FD

Tints of Selago #FBE3FD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.05%

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

R = 34.34%
G = 31.05%
B = 34.61%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBE3FD (or 0xFBE3FD) is known color: Selago. HEX triplet: FB, E3 and FD. RGB value is (251,227,253). Sum of RGB (Red+Green+Blue) = 251+227+253=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 227 (89.06% from 255 or 31.05% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3FD is #041C02. Grayscale: #EDEDED. Windows color (decimal): -269315 or 16638971. OLE color: 16638971.

HSL color Cylindrical-coordinate representation of color #FBE3FD: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE3FD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 227 253 -
CMYK 0.01 0.10 0 0.01
HSL 295.38º 0.87% 0.94% -
HSV(B) 295.38º 0.1% 0.99% -
XYZ 84.98 82.54 104.38 -
YUV 237.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 251 227 253 0.01 0.10 0 0.01 295.38 0.87 0.94
Hex FB E3 FD 1 A 0 1 127 57 5E
Octal 373 343 375 1 12 0 1 447 127 136
Binary 11111011 11100011 11111101 1 1010 0 1 100100111 1010111 1011110

Color Harmonies of #FBE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE3FD

Black with #FBE3FD

Text Example


Text Example

White with #FBE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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