Html Css Color HEX #FCF2FD Selago

📋 copy color: '#FCF2FD'

red 252 ◦ green 242 ◦ blue 253

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

Shades of Selago #FCF2FD

Tints of Selago #FCF2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.87%

R = 33.73%
G = 32.4%
B = 33.87%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCF2FD (or 0xFCF2FD) is known color: Selago. HEX triplet: FC, F2 and FD. RGB value is (252,242,253). Sum of RGB (Red+Green+Blue) = 252+242+253=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FD is #030D02. Grayscale: #F6F6F6. Windows color (decimal): -199939 or 16642812. OLE color: 16642812.

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

Color convert

RGB 252 242 253 -
CMYK 0.00 0.04 0 0.01
HSL 294.55º 0.73% 0.97% -
HSV(B) 294.55º 0.04% 0.99% -
XYZ 89.63 91.29 105.83 -
YUV 246.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 252 242 253 0.00 0.04 0 0.01 294.55 0.73 0.97
Hex FC F2 FD 0 4 0 1 127 49 61
Octal 374 362 375 0 4 0 1 447 111 141
Binary 11111100 11110010 11111101 0 100 0 1 100100111 1001001 1100001

Color Harmonies of #FCF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2FD

Black with #FCF2FD

Text Example


Text Example

White with #FCF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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