Html Css Color HEX #FDDFFA Selago

📋 copy color: '#FDDFFA'

red 253 ◦ green 223 ◦ blue 250

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

Shades of Selago #FDDFFA

Tints of Selago #FDDFFA

RGB

 RED value IS 253 (99.22% from 255) = 34.85%

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

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

R = 34.85%
G = 30.72%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDDFFA (or 0xFDDFFA) is known color: Selago. HEX triplet: FD, DF and FA. RGB value is (253,223,250). Sum of RGB (Red+Green+Blue) = 253+223+250=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFFA is #022005. Grayscale: #EAEAEA. Windows color (decimal): -139270 or 16441341. OLE color: 16441341.

HSL color Cylindrical-coordinate representation of color #FDDFFA: hue angle of 306º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFFA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 250 -
CMYK 0 0.12 0.01 0.01
HSL 306º 0.88% 0.93% -
HSV(B) 306º 0.12% 0.99% -
XYZ 84.15 80.56 101.56 -
YUV 235.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 253 223 250 0 0.12 0.01 0.01 306 0.88 0.93
Hex FD DF FA 0 C 1 1 132 58 5D
Octal 375 337 372 0 14 1 1 462 130 135
Binary 11111101 11011111 11111010 0 1100 1 1 100110010 1011000 1011101

Color Harmonies of #FDDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFFA

Black with #FDDFFA

Text Example


Text Example

White with #FDDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFFA; }

 p { color: rgb(253,223,250); }

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

background-color css

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

 a { background-color: rgb(253,223,250); }

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

border-color css

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

 span { border-color: rgb(253,223,250); }

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