Html Css Color HEX #FFDDFA Selago

📋 copy color: '#FFDDFA'

red 255 ◦ green 221 ◦ blue 250

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

Shades of Selago #FFDDFA

Tints of Selago #FFDDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.44%

R = 35.12%
G = 30.44%
B = 34.44%

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

#FFDDFA (or 0xFFDDFA) is known color: Selago. HEX triplet: FF, DD and FA. RGB value is (255,221,250). Sum of RGB (Red+Green+Blue) = 255+221+250=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 221 (86.72% from 255 or 30.44% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFA is #002205. Grayscale: #EAEAEA. Windows color (decimal): -8710 or 16440831. OLE color: 16440831.

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

Color convert

RGB 255 221 250 -
CMYK 0 0.13 0.02 0
HSL 308.82º 1% 0.93% -
HSV(B) 308.82º 0.13% 1% -
XYZ 84.35 79.88 101.41 -
YUV 234.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 255 221 250 0 0.13 0.02 0 308.82 1 0.93
Hex FF DD FA 0 D 2 0 135 64 5D
Octal 377 335 372 0 15 2 0 465 144 135
Binary 11111111 11011101 11111010 0 1101 10 0 100110101 1100100 1011101

Color Harmonies of #FFDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDFA

Black with #FFDDFA

Text Example


Text Example

White with #FFDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDFA; }

 p { color: rgb(255,221,250); }

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

background-color css

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

 a { background-color: rgb(255,221,250); }

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

border-color css

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

 span { border-color: rgb(255,221,250); }

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