Html Css Color HEX #F1DCF1 Selago

📋 copy color: '#F1DCF1'

red 241 ◦ green 220 ◦ blue 241

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

Shades of Selago #F1DCF1

Tints of Selago #F1DCF1

RGB

 RED value IS 241 (94.53% from 255) = 34.33%

 GREEN value IS 220 (86.33% from 255) = 31.34%

 BLUE value IS 241 (94.53% from 255) = 34.33%

R = 34.33%
G = 31.34%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1DCF1 (or 0xF1DCF1) is known color: Selago. HEX triplet: F1, DC and F1. RGB value is (241,220,241). Sum of RGB (Red+Green+Blue) = 241+220+241=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCF1 is #0E230E. Grayscale: #E4E4E4. Windows color (decimal): -926479 or 15850737. OLE color: 15850737.

HSL color Cylindrical-coordinate representation of color #F1DCF1: hue angle of 300º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCF1 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 241 -
CMYK 0 0.09 0 0.05
HSL 300º 0.43% 0.9% -
HSV(B) 300º 0.09% 0.95% -
XYZ 77.75 76.24 93.84 -
YUV 228.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 241 220 241 0 0.09 0 0.05 300 0.43 0.9
Hex F1 DC F1 0 9 0 5 12C 2B 5A
Octal 361 334 361 0 11 0 5 454 53 132
Binary 11110001 11011100 11110001 0 1001 0 101 100101100 101011 1011010

Color Harmonies of #F1DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCF1

Black with #F1DCF1

Text Example


Text Example

White with #F1DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCF1; }

 p { color: rgb(241,220,241); }

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

background-color css

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

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

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

border-color css

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

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

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