Html Css Color HEX #FCF7FC Selago

📋 copy color: '#FCF7FC'

red 252 ◦ green 247 ◦ blue 252

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

Shades of Selago #FCF7FC

Tints of Selago #FCF7FC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 32.89%

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

R = 33.56%
G = 32.89%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCF7FC (or 0xFCF7FC) is known color: Selago. HEX triplet: FC, F7 and FC. RGB value is (252,247,252). Sum of RGB (Red+Green+Blue) = 252+247+252=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 247 (96.88% from 255 or 32.89% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7FC is #030803. Grayscale: #F9F9F9. Windows color (decimal): -198660 or 16578556. OLE color: 16578556.

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

Color convert

RGB 252 247 252 -
CMYK 0 0.02 0 0.01
HSL 300º 0.45% 0.98% -
HSV(B) 300º 0.02% 0.99% -
XYZ 90.98 94.25 105.49 -
YUV 249.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 252 247 252 0 0.02 0 0.01 300 0.45 0.98
Hex FC F7 FC 0 2 0 1 12C 2D 62
Octal 374 367 374 0 2 0 1 454 55 142
Binary 11111100 11110111 11111100 0 10 0 1 100101100 101101 1100010

Color Harmonies of #FCF7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7FC

Black with #FCF7FC

Text Example


Text Example

White with #FCF7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7FC; }

 p { color: rgb(252,247,252); }

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

background-color css

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

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

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

border-color css

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

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

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