Html Css Color HEX #FCF1FD Selago

📋 copy color: '#FCF1FD'

red 252 ◦ green 241 ◦ blue 253

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

Shades of Selago #FCF1FD

Tints of Selago #FCF1FD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 32.31%

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

R = 33.78%
G = 32.31%
B = 33.91%

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

#FCF1FD (or 0xFCF1FD) is known color: Selago. HEX triplet: FC, F1 and FD. RGB value is (252,241,253). Sum of RGB (Red+Green+Blue) = 252+241+253=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 241 (94.53% from 255 or 32.31% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1FD is #030E02. Grayscale: #F5F5F5. Windows color (decimal): -200195 or 16642556. OLE color: 16642556.

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

Color convert

RGB 252 241 253 -
CMYK 0.00 0.05 0 0.01
HSL 295º 0.75% 0.97% -
HSV(B) 295º 0.05% 0.99% -
XYZ 89.33 90.7 105.73 -
YUV 245.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 252 241 253 0.00 0.05 0 0.01 295 0.75 0.97
Hex FC F1 FD 0 5 0 1 127 4B 61
Octal 374 361 375 0 5 0 1 447 113 141
Binary 11111100 11110001 11111101 0 101 0 1 100100111 1001011 1100001

Color Harmonies of #FCF1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1FD

Black with #FCF1FD

Text Example


Text Example

White with #FCF1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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