Html Css Color HEX #FDA8E6 Lavender Rose

📋 copy color: '#FDA8E6'

red 253 ◦ green 168 ◦ blue 230

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

Shades of Lavender Rose #FDA8E6

Tints of Lavender Rose #FDA8E6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.81%

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 38.86%
G = 25.81%
B = 35.33%

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

#FDA8E6 (or 0xFDA8E6) is known color: Lavender Rose. HEX triplet: FD, A8 and E6. RGB value is (253,168,230). Sum of RGB (Red+Green+Blue) = 253+168+230=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 168 (66.02% from 255 or 25.81% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8E6 is #025719. Grayscale: #C8C8C8. Windows color (decimal): -153370 or 15116541. OLE color: 15116541.

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

Color convert

RGB 253 168 230 -
CMYK 0 0.34 0.09 0.01
HSL 316.24º 0.96% 0.83% -
HSV(B) 316.24º 0.34% 0.99% -
XYZ 68.79 54.6 81.78 -
YUV 200.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 253 168 230 0 0.34 0.09 0.01 316.24 0.96 0.83
Hex FD A8 E6 0 22 9 1 13C 60 53
Octal 375 250 346 0 42 11 1 474 140 123
Binary 11111101 10101000 11100110 0 100010 1001 1 100111100 1100000 1010011

Color Harmonies of #FDA8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8E6

Black with #FDA8E6

Text Example


Text Example

White with #FDA8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8E6; }

 p { color: rgb(253,168,230); }

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

background-color css

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

 a { background-color: rgb(253,168,230); }

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

border-color css

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

 span { border-color: rgb(253,168,230); }

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