Html Css Color HEX #FBF0FC Selago

📋 copy color: '#FBF0FC'

red 251 ◦ green 240 ◦ blue 252

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

Shades of Selago #FBF0FC

Tints of Selago #FBF0FC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.3%

 BLUE value IS 252 (98.83% from 255) = 33.92%

R = 33.78%
G = 32.3%
B = 33.92%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBF0FC (or 0xFBF0FC) is known color: Selago. HEX triplet: FB, F0 and FC. RGB value is (251,240,252). Sum of RGB (Red+Green+Blue) = 251+240+252=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 240 (94.14% from 255 or 32.30% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0FC is #040F03. Grayscale: #F4F4F4. Windows color (decimal): -265988 or 16576763. OLE color: 16576763.

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

Color convert

RGB 251 240 252 -
CMYK 0.00 0.05 0 0.01
HSL 295º 0.67% 0.96% -
HSV(B) 295º 0.05% 0.99% -
XYZ 88.51 89.86 104.77 -
YUV 244.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 251 240 252 0.00 0.05 0 0.01 295 0.67 0.96
Hex FB F0 FC 0 5 0 1 127 43 60
Octal 373 360 374 0 5 0 1 447 103 140
Binary 11111011 11110000 11111100 0 101 0 1 100100111 1000011 1100000

Color Harmonies of #FBF0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0FC

Black with #FBF0FC

Text Example


Text Example

White with #FBF0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0FC; }

 p { color: rgb(251,240,252); }

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

background-color css

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

 a { background-color: rgb(251,240,252); }

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

border-color css

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

 span { border-color: rgb(251,240,252); }

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