Html Css Color HEX #FCF2FC Selago

📋 copy color: '#FCF2FC'

red 252 ◦ green 242 ◦ blue 252

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

Shades of Selago #FCF2FC

Tints of Selago #FCF2FC

RGB

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

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

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

R = 33.78%
G = 32.44%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCF2FC (or 0xFCF2FC) is known color: Selago. HEX triplet: FC, F2 and FC. RGB value is (252,242,252). Sum of RGB (Red+Green+Blue) = 252+242+252=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 242 (94.92% from 255 or 32.44% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FC is #030D03. Grayscale: #F6F6F6. Windows color (decimal): -199940 or 16577276. OLE color: 16577276.

HSL color Cylindrical-coordinate representation of color #FCF2FC: hue angle of 300º degrees, saturation: 0.62, 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 #FCF2FC is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 252 -
CMYK 0 0.04 0 0.01
HSL 300º 0.63% 0.97% -
HSV(B) 300º 0.04% 0.99% -
XYZ 89.47 91.23 104.99 -
YUV 246.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 252 242 252 0 0.04 0 0.01 300 0.63 0.97
Hex FC F2 FC 0 4 0 1 12C 3E 61
Octal 374 362 374 0 4 0 1 454 76 141
Binary 11111100 11110010 11111100 0 100 0 1 100101100 111110 1100001

Color Harmonies of #FCF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2FC

Black with #FCF2FC

Text Example


Text Example

White with #FCF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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