#FDDCFA

Color #FDDCFA Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #FDDCFA

Tints of Selago #FDDCFA

Color information

#FDDCFA (or 0xFDDCFA) is unknown color: approx Selago. HEX triplet: FD, DC and FA. RGB value is (253,220,250). Sum of RGB (Red+Green+Blue) = 253+220+250=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCFA is #022305. Grayscale: #E9E9E9. Windows color (decimal): -140038 or 16440573. OLE color: 16440573.

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

Color convert

RGB253220250-
CMYK00.130.010.01
HSL305.45º89.19%92.75%-
HSV(B)305.45º13.04%99.22%-
XYZ83.3678.97101.29-
YUV233.29137.43142.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 220 (86.33% from 255) = 30.43%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=34.99%
G=30.43%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322025000.130.010.01305.4589.1992.75
HexFDDCFA0D11131595d
Octal37533437201511461131135
Binary111111011101110011111010011011110011000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCFA; }

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

 H1.HeaderClassName
 {
   color: #FDDCFA;
 }
 .AnyTagClassName
 {
   color: #FDDCFA;
 }
</style>
background-color css

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

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

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

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

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

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