Html Css Color HEX #FDA7FF Lavender Rose

📋 copy color: '#FDA7FF'

red 253 ◦ green 167 ◦ blue 255

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

Shades of Lavender Rose #FDA7FF

Tints of Lavender Rose #FDA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 24.74%

 BLUE value IS 255 (100% from 255) = 37.78%

R = 37.48%
G = 24.74%
B = 37.78%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDA7FF (or 0xFDA7FF) is known color: Lavender Rose. HEX triplet: FD, A7 and FF. RGB value is (253,167,255). Sum of RGB (Red+Green+Blue) = 253+167+255=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 167 (65.62% from 255 or 24.74% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA7FF is #025800. Grayscale: #CACACA. Windows color (decimal): -153601 or 16754685. OLE color: 16754685.

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

Color convert

RGB 253 167 255 -
CMYK 0.01 0.35 0 0
HSL 298.64º 1% 0.83% -
HSV(B) 298.64º 0.35% 1% -
XYZ 72.38 55.74 101.55 -
YUV 202.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 253 167 255 0.01 0.35 0 0 298.64 1 0.83
Hex FD A7 FF 1 23 0 0 12B 64 53
Octal 375 247 377 1 43 0 0 453 144 123
Binary 11111101 10100111 11111111 1 100011 0 0 100101011 1100100 1010011

Color Harmonies of #FDA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA7FF

Black with #FDA7FF

Text Example


Text Example

White with #FDA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA7FF; }

 p { color: rgb(253,167,255); }

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

background-color css

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

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

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

border-color css

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

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

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