Html Css Color HEX #FDA6E9 Lavender Rose

📋 copy color: '#FDA6E9'

red 253 ◦ green 166 ◦ blue 233

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

Shades of Lavender Rose #FDA6E9

Tints of Lavender Rose #FDA6E9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.46%

 BLUE value IS 233 (91.41% from 255) = 35.74%

R = 38.8%
G = 25.46%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDA6E9 (or 0xFDA6E9) is known color: Lavender Rose. HEX triplet: FD, A6 and E9. RGB value is (253,166,233). Sum of RGB (Red+Green+Blue) = 253+166+233=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6E9 is #025916. Grayscale: #C7C7C7. Windows color (decimal): -153879 or 15312637. OLE color: 15312637.

HSL color Cylindrical-coordinate representation of color #FDA6E9: hue angle of 313.79º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6E9 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 233 -
CMYK 0 0.34 0.08 0.01
HSL 313.79º 0.96% 0.82% -
HSV(B) 313.79º 0.34% 0.99% -
XYZ 68.85 54.04 83.89 -
YUV 199.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 253 166 233 0 0.34 0.08 0.01 313.79 0.96 0.82
Hex FD A6 E9 0 22 8 1 13A 60 52
Octal 375 246 351 0 42 10 1 472 140 122
Binary 11111101 10100110 11101001 0 100010 1000 1 100111010 1100000 1010010

Color Harmonies of #FDA6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6E9

Black with #FDA6E9

Text Example


Text Example

White with #FDA6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6E9; }

 p { color: rgb(253,166,233); }

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

background-color css

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

 a { background-color: rgb(253,166,233); }

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

border-color css

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

 span { border-color: rgb(253,166,233); }

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