Html Css Color HEX #FBFEFF Alice Blue

📋 copy color: '#FBFEFF'

red 251 ◦ green 254 ◦ blue 255

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

Shades of Alice Blue #FBFEFF

Tints of Alice Blue #FBFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.42%

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

R = 33.03%
G = 33.42%
B = 33.55%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBFEFF (or 0xFBFEFF) is known color: Alice Blue. HEX triplet: FB, FE and FF. RGB value is (251,254,255). Sum of RGB (Red+Green+Blue) = 251+254+255=760 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.03% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 255 (100% from 255 or 33.55% from 760); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFEFF is #040100. Grayscale: #FDFDFD. Windows color (decimal): -262401 or 16776955. OLE color: 16776955.

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

Color convert

RGB 251 254 255 -
CMYK 0.02 0.00 0 0
HSL 195º 1% 0.99% -
HSV(B) 195º 0.02% 1% -
XYZ 93.28 98.61 108.73 -
YUV 253.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 251 254 255 0.02 0.00 0 0 195 1 0.99
Hex FB FE FF 2 0 0 0 C3 64 63
Octal 373 376 377 2 0 0 0 303 144 143
Binary 11111011 11111110 11111111 10 0 0 0 11000011 1100100 1100011

Color Harmonies of #FBFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFEFF

Black with #FBFEFF

Text Example


Text Example

White with #FBFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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