Html Css Color HEX #F1DFF3 Selago

📋 copy color: '#F1DFF3'

red 241 ◦ green 223 ◦ blue 243

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

Shades of Selago #F1DFF3

Tints of Selago #F1DFF3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.54%

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

R = 34.09%
G = 31.54%
B = 34.37%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1DFF3 (or 0xF1DFF3) is known color: Selago. HEX triplet: F1, DF and F3. RGB value is (241,223,243). Sum of RGB (Red+Green+Blue) = 241+223+243=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1DFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFF3 is #0E200C. Grayscale: #E6E6E6. Windows color (decimal): -925709 or 15982577. OLE color: 15982577.

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

Color convert

RGB 241 223 243 -
CMYK 0.01 0.08 0 0.05
HSL 294º 0.45% 0.91% -
HSV(B) 294º 0.08% 0.95% -
XYZ 78.84 77.95 95.68 -
YUV 230.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 241 223 243 0.01 0.08 0 0.05 294 0.45 0.91
Hex F1 DF F3 1 8 0 5 126 2D 5B
Octal 361 337 363 1 10 0 5 446 55 133
Binary 11110001 11011111 11110011 1 1000 0 101 100100110 101101 1011011

Color Harmonies of #F1DFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFF3

Black with #F1DFF3

Text Example


Text Example

White with #F1DFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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