Html Css Color HEX #FBF2FA Selago

📋 copy color: '#FBF2FA'

red 251 ◦ green 242 ◦ blue 250

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

Shades of Selago #FBF2FA

Tints of Selago #FBF2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.57%

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

R = 33.78%
G = 32.57%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBF2FA (or 0xFBF2FA) is known color: Selago. HEX triplet: FB, F2 and FA. RGB value is (251,242,250). Sum of RGB (Red+Green+Blue) = 251+242+250=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 242 (94.92% from 255 or 32.57% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2FA is #040D05. Grayscale: #F5F5F5. Windows color (decimal): -265478 or 16446203. OLE color: 16446203.

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

Color convert

RGB 251 242 250 -
CMYK 0 0.04 0.00 0.02
HSL 306.67º 0.53% 0.97% -
HSV(B) 306.67º 0.04% 0.98% -
XYZ 88.79 90.92 103.31 -
YUV 245.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 251 242 250 0 0.04 0.00 0.02 306.67 0.53 0.97
Hex FB F2 FA 0 4 0 2 133 35 61
Octal 373 362 372 0 4 0 2 463 65 141
Binary 11111011 11110010 11111010 0 100 0 10 100110011 110101 1100001

Color Harmonies of #FBF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2FA

Black with #FBF2FA

Text Example


Text Example

White with #FBF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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