Html Css Color HEX #FDA3E4 Lavender Rose

📋 copy color: '#FDA3E4'

red 253 ◦ green 163 ◦ blue 228

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

Shades of Lavender Rose #FDA3E4

Tints of Lavender Rose #FDA3E4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.31%

 BLUE value IS 228 (89.45% from 255) = 35.4%

R = 39.29%
G = 25.31%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDA3E4 (or 0xFDA3E4) is known color: Lavender Rose. HEX triplet: FD, A3 and E4. RGB value is (253,163,228). Sum of RGB (Red+Green+Blue) = 253+163+228=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 163 (64.06% from 255 or 25.31% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3E4 is #025C1B. Grayscale: #C5C5C5. Windows color (decimal): -154652 or 14984189. OLE color: 14984189.

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

Color convert

RGB 253 163 228 -
CMYK 0 0.36 0.10 0.01
HSL 316.67º 0.96% 0.82% -
HSV(B) 316.67º 0.36% 0.99% -
XYZ 67.61 52.68 80 -
YUV 197.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 253 163 228 0 0.36 0.10 0.01 316.67 0.96 0.82
Hex FD A3 E4 0 24 A 1 13D 60 52
Octal 375 243 344 0 44 12 1 475 140 122
Binary 11111101 10100011 11100100 0 100100 1010 1 100111101 1100000 1010010

Color Harmonies of #FDA3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3E4

Black with #FDA3E4

Text Example


Text Example

White with #FDA3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3E4; }

 p { color: rgb(253,163,228); }

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

background-color css

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

 a { background-color: rgb(253,163,228); }

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

border-color css

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

 span { border-color: rgb(253,163,228); }

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