Html Css Color HEX #FDA6E7 Lavender Rose

📋 copy color: '#FDA6E7'

red 253 ◦ green 166 ◦ blue 231

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

Shades of Lavender Rose #FDA6E7

Tints of Lavender Rose #FDA6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.54%

R = 38.92%
G = 25.54%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDA6E7 (or 0xFDA6E7) is known color: Lavender Rose. HEX triplet: FD, A6 and E7. RGB value is (253,166,231). Sum of RGB (Red+Green+Blue) = 253+166+231=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 166 (65.23% from 255 or 25.54% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6E7 is #025918. Grayscale: #C7C7C7. Windows color (decimal): -153881 or 15181565. OLE color: 15181565.

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

Color convert

RGB 253 166 231 -
CMYK 0 0.34 0.09 0.01
HSL 315.17º 0.96% 0.82% -
HSV(B) 315.17º 0.34% 0.99% -
XYZ 68.57 53.92 82.4 -
YUV 199.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 253 166 231 0 0.34 0.09 0.01 315.17 0.96 0.82
Hex FD A6 E7 0 22 9 1 13B 60 52
Octal 375 246 347 0 42 11 1 473 140 122
Binary 11111101 10100110 11100111 0 100010 1001 1 100111011 1100000 1010010

Color Harmonies of #FDA6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6E7

Black with #FDA6E7

Text Example


Text Example

White with #FDA6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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