Html Css Color HEX #F1DCF3 Selago

📋 copy color: '#F1DCF3'

red 241 ◦ green 220 ◦ blue 243

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

Shades of Selago #F1DCF3

Tints of Selago #F1DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.52%

R = 34.23%
G = 31.25%
B = 34.52%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1DCF3 (or 0xF1DCF3) is known color: Selago. HEX triplet: F1, DC and F3. RGB value is (241,220,243). Sum of RGB (Red+Green+Blue) = 241+220+243=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCF3 is #0E230C. Grayscale: #E4E4E4. Windows color (decimal): -926477 or 15981809. OLE color: 15981809.

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

Color convert

RGB 241 220 243 -
CMYK 0.01 0.09 0 0.05
HSL 294.78º 0.49% 0.91% -
HSV(B) 294.78º 0.09% 0.95% -
XYZ 78.05 76.36 95.42 -
YUV 228.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 241 220 243 0.01 0.09 0 0.05 294.78 0.49 0.91
Hex F1 DC F3 1 9 0 5 127 31 5B
Octal 361 334 363 1 11 0 5 447 61 133
Binary 11110001 11011100 11110011 1 1001 0 101 100100111 110001 1011011

Color Harmonies of #F1DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCF3

Black with #F1DCF3

Text Example


Text Example

White with #F1DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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