Html Css Color HEX #FFDFF9 Selago

📋 copy color: '#FFDFF9'

red 255 ◦ green 223 ◦ blue 249

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

Shades of Selago #FFDFF9

Tints of Selago #FFDFF9

RGB

 RED value IS 255 (100% from 255) = 35.08%

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

 BLUE value IS 249 (97.66% from 255) = 34.25%

R = 35.08%
G = 30.67%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFDFF9 (or 0xFFDFF9) is known color: Selago. HEX triplet: FF, DF and F9. RGB value is (255,223,249). Sum of RGB (Red+Green+Blue) = 255+223+249=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 223 (87.5% from 255 or 30.67% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF9 is #002006. Grayscale: #EBEBEB. Windows color (decimal): -8199 or 16375807. OLE color: 16375807.

HSL color Cylindrical-coordinate representation of color #FFDFF9: hue angle of 311.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 223 249 -
CMYK 0 0.13 0.02 0
HSL 311.25º 1% 0.94% -
HSV(B) 311.25º 0.13% 1% -
XYZ 84.73 80.87 100.77 -
YUV 235.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 255 223 249 0 0.13 0.02 0 311.25 1 0.94
Hex FF DF F9 0 D 2 0 137 64 5E
Octal 377 337 371 0 15 2 0 467 144 136
Binary 11111111 11011111 11111001 0 1101 10 0 100110111 1100100 1011110

Color Harmonies of #FFDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDFF9

Black with #FFDFF9

Text Example


Text Example

White with #FFDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDFF9; }

 p { color: rgb(255,223,249); }

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

background-color css

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

 a { background-color: rgb(255,223,249); }

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

border-color css

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

 span { border-color: rgb(255,223,249); }

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