Html Css Color HEX #FDA4FD Lavender Rose

📋 copy color: '#FDA4FD'

red 253 ◦ green 164 ◦ blue 253

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

Shades of Lavender Rose #FDA4FD

Tints of Lavender Rose #FDA4FD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.48%

 BLUE value IS 253 (99.22% from 255) = 37.76%

R = 37.76%
G = 24.48%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDA4FD (or 0xFDA4FD) is known color: Lavender Rose. HEX triplet: FD, A4 and FD. RGB value is (253,164,253). Sum of RGB (Red+Green+Blue) = 253+164+253=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 164 (64.45% from 255 or 24.48% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA4FD is #025B02. Grayscale: #C8C8C8. Windows color (decimal): -154371 or 16622845. OLE color: 16622845.

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

Color convert

RGB 253 164 253 -
CMYK 0 0.35 0 0.01
HSL 300º 0.96% 0.82% -
HSV(B) 300º 0.35% 0.99% -
XYZ 71.51 54.53 99.68 -
YUV 200.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 253 164 253 0 0.35 0 0.01 300 0.96 0.82
Hex FD A4 FD 0 23 0 1 12C 60 52
Octal 375 244 375 0 43 0 1 454 140 122
Binary 11111101 10100100 11111101 0 100011 0 1 100101100 1100000 1010010

Color Harmonies of #FDA4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA4FD

Black with #FDA4FD

Text Example


Text Example

White with #FDA4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA4FD; }

 p { color: rgb(253,164,253); }

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

background-color css

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

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

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

border-color css

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

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

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