Html Css Color HEX #FDA8EE Lavender Rose

📋 copy color: '#FDA8EE'

red 253 ◦ green 168 ◦ blue 238

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

Shades of Lavender Rose #FDA8EE

Tints of Lavender Rose #FDA8EE

RGB

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

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

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

R = 38.39%
G = 25.49%
B = 36.12%

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

#FDA8EE (or 0xFDA8EE) is known color: Lavender Rose. HEX triplet: FD, A8 and EE. RGB value is (253,168,238). Sum of RGB (Red+Green+Blue) = 253+168+238=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8EE is #025711. Grayscale: #C9C9C9. Windows color (decimal): -153362 or 15640829. OLE color: 15640829.

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

Color convert

RGB 253 168 238 -
CMYK 0 0.34 0.06 0.01
HSL 310.59º 0.96% 0.83% -
HSV(B) 310.59º 0.34% 0.99% -
XYZ 69.94 55.06 87.83 -
YUV 201.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 253 168 238 0 0.34 0.06 0.01 310.59 0.96 0.83
Hex FD A8 EE 0 22 6 1 137 60 53
Octal 375 250 356 0 42 6 1 467 140 123
Binary 11111101 10101000 11101110 0 100010 110 1 100110111 1100000 1010011

Color Harmonies of #FDA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8EE

Black with #FDA8EE

Text Example


Text Example

White with #FDA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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