Html Css Color HEX #FDACF9 Lavender Rose

📋 copy color: '#FDACF9'

red 253 ◦ green 172 ◦ blue 249

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

Shades of Lavender Rose #FDACF9

Tints of Lavender Rose #FDACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.52%

 BLUE value IS 249 (97.66% from 255) = 36.94%

R = 37.54%
G = 25.52%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDACF9 (or 0xFDACF9) is known color: Lavender Rose. HEX triplet: FD, AC and F9. RGB value is (253,172,249). Sum of RGB (Red+Green+Blue) = 253+172+249=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF9 is #025306. Grayscale: #CCCCCC. Windows color (decimal): -152327 or 16362749. OLE color: 16362749.

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

Color convert

RGB 253 172 249 -
CMYK 0 0.32 0.02 0.01
HSL 302.96º 0.95% 0.83% -
HSV(B) 302.96º 0.32% 0.99% -
XYZ 72.36 57.23 96.85 -
YUV 205 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 253 172 249 0 0.32 0.02 0.01 302.96 0.95 0.83
Hex FD AC F9 0 20 2 1 12F 5F 53
Octal 375 254 371 0 40 2 1 457 137 123
Binary 11111101 10101100 11111001 0 100000 10 1 100101111 1011111 1010011

Color Harmonies of #FDACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACF9

Black with #FDACF9

Text Example


Text Example

White with #FDACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACF9; }

 p { color: rgb(253,172,249); }

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

background-color css

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

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

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

border-color css

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

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

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