Html Css Color HEX #FDADFE Lavender Rose

📋 copy color: '#FDADFE'

red 253 ◦ green 173 ◦ blue 254

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

Shades of Lavender Rose #FDADFE

Tints of Lavender Rose #FDADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.44%

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 37.21%
G = 25.44%
B = 37.35%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDADFE (or 0xFDADFE) is known color: Lavender Rose. HEX triplet: FD, AD and FE. RGB value is (253,173,254). Sum of RGB (Red+Green+Blue) = 253+173+254=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 173 (67.97% from 255 or 25.44% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADFE is #025201. Grayscale: #CDCDCD. Windows color (decimal): -152066 or 16690685. OLE color: 16690685.

HSL color Cylindrical-coordinate representation of color #FDADFE: hue angle of 299.26º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADFE is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 173 254 -
CMYK 0.00 0.32 0 0.00
HSL 299.26º 0.98% 0.84% -
HSV(B) 299.26º 0.32% 1% -
XYZ 73.34 57.93 101.08 -
YUV 206.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 253 173 254 0.00 0.32 0 0.00 299.26 0.98 0.84
Hex FD AD FE 0 20 0 0 12B 62 54
Octal 375 255 376 0 40 0 0 453 142 124
Binary 11111101 10101101 11111110 0 100000 0 0 100101011 1100010 1010100

Color Harmonies of #FDADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADFE

Black with #FDADFE

Text Example


Text Example

White with #FDADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADFE; }

 p { color: rgb(253,173,254); }

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

background-color css

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

 a { background-color: rgb(253,173,254); }

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

border-color css

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

 span { border-color: rgb(253,173,254); }

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