Html Css Color HEX #FBE6FF Selago

📋 copy color: '#FBE6FF'

red 251 ◦ green 230 ◦ blue 255

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

Shades of Selago #FBE6FF

Tints of Selago #FBE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.25%

 BLUE value IS 255 (100% from 255) = 34.65%

R = 34.1%
G = 31.25%
B = 34.65%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBE6FF (or 0xFBE6FF) is known color: Selago. HEX triplet: FB, E6 and FF. RGB value is (251,230,255). Sum of RGB (Red+Green+Blue) = 251+230+255=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 230 (90.23% from 255 or 31.25% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6FF is #041900. Grayscale: #EFEFEF. Windows color (decimal): -268545 or 16770811. OLE color: 16770811.

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

Color convert

RGB 251 230 255 -
CMYK 0.02 0.10 0 0
HSL 290.4º 1% 0.95% -
HSV(B) 290.4º 0.1% 1% -
XYZ 86.13 84.32 106.34 -
YUV 239.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 251 230 255 0.02 0.10 0 0 290.4 1 0.95
Hex FB E6 FF 2 A 0 0 122 64 5F
Octal 373 346 377 2 12 0 0 442 144 137
Binary 11111011 11100110 11111111 10 1010 0 0 100100010 1100100 1011111

Color Harmonies of #FBE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE6FF

Black with #FBE6FF

Text Example


Text Example

White with #FBE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE6FF; }

 p { color: rgb(251,230,255); }

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

background-color css

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

 a { background-color: rgb(251,230,255); }

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

border-color css

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

 span { border-color: rgb(251,230,255); }

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