Html Css Color HEX #FDA6EB Lavender Rose

📋 copy color: '#FDA6EB'

red 253 ◦ green 166 ◦ blue 235

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

Shades of Lavender Rose #FDA6EB

Tints of Lavender Rose #FDA6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.93%

R = 38.69%
G = 25.38%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDA6EB (or 0xFDA6EB) is known color: Lavender Rose. HEX triplet: FD, A6 and EB. RGB value is (253,166,235). Sum of RGB (Red+Green+Blue) = 253+166+235=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6EB is #025914. Grayscale: #C7C7C7. Windows color (decimal): -153877 or 15443709. OLE color: 15443709.

HSL color Cylindrical-coordinate representation of color #FDA6EB: hue angle of 312.41º 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 #FDA6EB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 235 -
CMYK 0 0.34 0.07 0.01
HSL 312.41º 0.96% 0.82% -
HSV(B) 312.41º 0.34% 0.99% -
XYZ 69.14 54.15 85.41 -
YUV 199.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 253 166 235 0 0.34 0.07 0.01 312.41 0.96 0.82
Hex FD A6 EB 0 22 7 1 138 60 52
Octal 375 246 353 0 42 7 1 470 140 122
Binary 11111101 10100110 11101011 0 100010 111 1 100111000 1100000 1010010

Color Harmonies of #FDA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6EB

Black with #FDA6EB

Text Example


Text Example

White with #FDA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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