Html Css Color HEX #FBE1FA Selago

📋 copy color: '#FBE1FA'

red 251 ◦ green 225 ◦ blue 250

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

Shades of Selago #FBE1FA

Tints of Selago #FBE1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 30.99%

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

R = 34.57%
G = 30.99%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE1FA (or 0xFBE1FA) is known color: Selago. HEX triplet: FB, E1 and FA. RGB value is (251,225,250). Sum of RGB (Red+Green+Blue) = 251+225+250=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 225 (88.28% from 255 or 30.99% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1FA is #041E05. Grayscale: #EBEBEB. Windows color (decimal): -269830 or 16441851. OLE color: 16441851.

HSL color Cylindrical-coordinate representation of color #FBE1FA: hue angle of 302.31º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE1FA is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 225 250 -
CMYK 0 0.10 0.00 0.02
HSL 302.31º 0.76% 0.93% -
HSV(B) 302.31º 0.1% 0.98% -
XYZ 83.96 81.26 101.7 -
YUV 235.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 251 225 250 0 0.10 0.00 0.02 302.31 0.76 0.93
Hex FB E1 FA 0 A 0 2 12E 4C 5D
Octal 373 341 372 0 12 0 2 456 114 135
Binary 11111011 11100001 11111010 0 1010 0 10 100101110 1001100 1011101

Color Harmonies of #FBE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1FA

Black with #FBE1FA

Text Example


Text Example

White with #FBE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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