Html Css Color HEX #FCF4FD Selago

📋 copy color: '#FCF4FD'

red 252 ◦ green 244 ◦ blue 253

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

Shades of Selago #FCF4FD

Tints of Selago #FCF4FD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 32.58%

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

R = 33.64%
G = 32.58%
B = 33.78%

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

#FCF4FD (or 0xFCF4FD) is known color: Selago. HEX triplet: FC, F4 and FD. RGB value is (252,244,253). Sum of RGB (Red+Green+Blue) = 252+244+253=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 244 (95.70% from 255 or 32.58% from 749); Blue value is 253 (99.22% from 255 or 33.78% from 749); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FD is #030B02. Grayscale: #F7F7F7. Windows color (decimal): -199427 or 16643324. OLE color: 16643324.

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

Color convert

RGB 252 244 253 -
CMYK 0.00 0.04 0 0.01
HSL 293.33º 0.69% 0.97% -
HSV(B) 293.33º 0.04% 0.99% -
XYZ 90.23 92.49 106.03 -
YUV 247.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 252 244 253 0.00 0.04 0 0.01 293.33 0.69 0.97
Hex FC F4 FD 0 4 0 1 125 45 61
Octal 374 364 375 0 4 0 1 445 105 141
Binary 11111100 11110100 11111101 0 100 0 1 100100101 1000101 1100001

Color Harmonies of #FCF4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4FD

Black with #FCF4FD

Text Example


Text Example

White with #FCF4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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