Html Css Color HEX #FCF1FB Selago

📋 copy color: '#FCF1FB'

red 252 ◦ green 241 ◦ blue 251

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

Shades of Selago #FCF1FB

Tints of Selago #FCF1FB

RGB

 RED value IS 252 (98.83% from 255) = 33.87%

 GREEN value IS 241 (94.53% from 255) = 32.39%

 BLUE value IS 251 (98.44% from 255) = 33.74%

R = 33.87%
G = 32.39%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCF1FB (or 0xFCF1FB) is known color: Selago. HEX triplet: FC, F1 and FB. RGB value is (252,241,251). Sum of RGB (Red+Green+Blue) = 252+241+251=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 241 (94.53% from 255 or 32.39% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1FB is #030E04. Grayscale: #F5F5F5. Windows color (decimal): -200197 or 16511484. OLE color: 16511484.

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

Color convert

RGB 252 241 251 -
CMYK 0 0.04 0.00 0.01
HSL 305.45º 0.65% 0.97% -
HSV(B) 305.45º 0.04% 0.99% -
XYZ 89.01 90.57 104.06 -
YUV 245.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 252 241 251 0 0.04 0.00 0.01 305.45 0.65 0.97
Hex FC F1 FB 0 4 0 1 131 41 61
Octal 374 361 373 0 4 0 1 461 101 141
Binary 11111100 11110001 11111011 0 100 0 1 100110001 1000001 1100001

Color Harmonies of #FCF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1FB

Black with #FCF1FB

Text Example


Text Example

White with #FCF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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