Html Css Color HEX #F1DDF0 Selago

📋 copy color: '#F1DDF0'

red 241 ◦ green 221 ◦ blue 240

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

Shades of Selago #F1DDF0

Tints of Selago #F1DDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.48%

 BLUE value IS 240 (94.14% from 255) = 34.19%

R = 34.33%
G = 31.48%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F1DDF0 (or 0xF1DDF0) is known color: Selago. HEX triplet: F1, DD and F0. RGB value is (241,221,240). Sum of RGB (Red+Green+Blue) = 241+221+240=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDF0 is #0E220F. Grayscale: #E5E5E5. Windows color (decimal): -926224 or 15785457. OLE color: 15785457.

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

Color convert

RGB 241 221 240 -
CMYK 0 0.08 0.00 0.05
HSL 303º 0.42% 0.91% -
HSV(B) 303º 0.08% 0.95% -
XYZ 77.86 76.7 93.14 -
YUV 229.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 241 221 240 0 0.08 0.00 0.05 303 0.42 0.91
Hex F1 DD F0 0 8 0 5 12F 2A 5B
Octal 361 335 360 0 10 0 5 457 52 133
Binary 11110001 11011101 11110000 0 1000 0 101 100101111 101010 1011011

Color Harmonies of #F1DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDF0

Black with #F1DDF0

Text Example


Text Example

White with #F1DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDF0; }

 p { color: rgb(241,221,240); }

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

background-color css

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

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

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

border-color css

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

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

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