Html Css Color HEX #FBE2FD Selago

📋 copy color: '#FBE2FD'

red 251 ◦ green 226 ◦ blue 253

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

Shades of Selago #FBE2FD

Tints of Selago #FBE2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 30.96%

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

R = 34.38%
G = 30.96%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBE2FD (or 0xFBE2FD) is known color: Selago. HEX triplet: FB, E2 and FD. RGB value is (251,226,253). Sum of RGB (Red+Green+Blue) = 251+226+253=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2FD is #041D02. Grayscale: #ECECEC. Windows color (decimal): -269571 or 16638715. OLE color: 16638715.

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

Color convert

RGB 251 226 253 -
CMYK 0.01 0.11 0 0.01
HSL 295.56º 0.87% 0.94% -
HSV(B) 295.56º 0.11% 0.99% -
XYZ 84.71 81.99 104.29 -
YUV 236.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 251 226 253 0.01 0.11 0 0.01 295.56 0.87 0.94
Hex FB E2 FD 1 B 0 1 128 57 5E
Octal 373 342 375 1 13 0 1 450 127 136
Binary 11111011 11100010 11111101 1 1011 0 1 100101000 1010111 1011110

Color Harmonies of #FBE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2FD

Black with #FBE2FD

Text Example


Text Example

White with #FBE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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