Html Css Color HEX #F1DFF2 Selago

📋 copy color: '#F1DFF2'

red 241 ◦ green 223 ◦ blue 242

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

Shades of Selago #F1DFF2

Tints of Selago #F1DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.28%

R = 34.14%
G = 31.59%
B = 34.28%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1DFF2 (or 0xF1DFF2) is known color: Selago. HEX triplet: F1, DF and F2. RGB value is (241,223,242). Sum of RGB (Red+Green+Blue) = 241+223+242=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFF2 is #0E200D. Grayscale: #E6E6E6. Windows color (decimal): -925710 or 15917041. OLE color: 15917041.

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

Color convert

RGB 241 223 242 -
CMYK 0.00 0.08 0 0.05
HSL 296.84º 0.42% 0.91% -
HSV(B) 296.84º 0.08% 0.95% -
XYZ 78.69 77.89 94.89 -
YUV 230.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 241 223 242 0.00 0.08 0 0.05 296.84 0.42 0.91
Hex F1 DF F2 0 8 0 5 129 2A 5B
Octal 361 337 362 0 10 0 5 451 52 133
Binary 11110001 11011111 11110010 0 1000 0 101 100101001 101010 1011011

Color Harmonies of #F1DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFF2

Black with #F1DFF2

Text Example


Text Example

White with #F1DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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