Html Css Color HEX #FDA6EE Lavender Rose

📋 copy color: '#FDA6EE'

red 253 ◦ green 166 ◦ blue 238

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

Shades of Lavender Rose #FDA6EE

Tints of Lavender Rose #FDA6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.23%

R = 38.51%
G = 25.27%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDA6EE (or 0xFDA6EE) is known color: Lavender Rose. HEX triplet: FD, A6 and EE. RGB value is (253,166,238). Sum of RGB (Red+Green+Blue) = 253+166+238=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6EE is #025911. Grayscale: #C8C8C8. Windows color (decimal): -153874 or 15640317. OLE color: 15640317.

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

Color convert

RGB 253 166 238 -
CMYK 0 0.34 0.06 0.01
HSL 310.34º 0.96% 0.82% -
HSV(B) 310.34º 0.34% 0.99% -
XYZ 69.58 54.33 87.71 -
YUV 200.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 253 166 238 0 0.34 0.06 0.01 310.34 0.96 0.82
Hex FD A6 EE 0 22 6 1 136 60 52
Octal 375 246 356 0 42 6 1 466 140 122
Binary 11111101 10100110 11101110 0 100010 110 1 100110110 1100000 1010010

Color Harmonies of #FDA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6EE

Black with #FDA6EE

Text Example


Text Example

White with #FDA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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