Html Css Color HEX #FCF0FB Selago

📋 copy color: '#FCF0FB'

red 252 ◦ green 240 ◦ blue 251

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

Shades of Selago #FCF0FB

Tints of Selago #FCF0FB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FCF0FB: hue angle of 305º 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 #FCF0FB is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 251 -
CMYK 0 0.05 0.00 0.01
HSL 305º 0.67% 0.96% -
HSV(B) 305º 0.05% 0.99% -
XYZ 88.72 89.98 103.96 -
YUV 244.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 252 240 251 0 0.05 0.00 0.01 305 0.67 0.96
Hex FC F0 FB 0 5 0 1 131 43 60
Octal 374 360 373 0 5 0 1 461 103 140
Binary 11111100 11110000 11111011 0 101 0 1 100110001 1000011 1100000

Color Harmonies of #FCF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0FB

Black with #FCF0FB

Text Example


Text Example

White with #FCF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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