Html Css Color HEX #FCF0FD Selago

📋 copy color: '#FCF0FD'

red 252 ◦ green 240 ◦ blue 253

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

Shades of Selago #FCF0FD

Tints of Selago #FCF0FD

RGB

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

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

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

R = 33.83%
G = 32.21%
B = 33.96%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCF0FD (or 0xFCF0FD) is known color: Selago. HEX triplet: FC, F0 and FD. RGB value is (252,240,253). Sum of RGB (Red+Green+Blue) = 252+240+253=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 240 (94.14% from 255 or 32.21% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FD is #030F02. Grayscale: #F5F5F5. Windows color (decimal): -200451 or 16642300. OLE color: 16642300.

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

Color convert

RGB 252 240 253 -
CMYK 0.00 0.05 0 0.01
HSL 295.38º 0.76% 0.97% -
HSV(B) 295.38º 0.05% 0.99% -
XYZ 89.03 90.11 105.63 -
YUV 245.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 252 240 253 0.00 0.05 0 0.01 295.38 0.76 0.97
Hex FC F0 FD 0 5 0 1 127 4C 61
Octal 374 360 375 0 5 0 1 447 114 141
Binary 11111100 11110000 11111101 0 101 0 1 100100111 1001100 1100001

Color Harmonies of #FCF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0FD

Black with #FCF0FD

Text Example


Text Example

White with #FCF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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