Html Css Color HEX #FDACF7 Lavender Rose

📋 copy color: '#FDACF7'

red 253 ◦ green 172 ◦ blue 247

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

Shades of Lavender Rose #FDACF7

Tints of Lavender Rose #FDACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.76%

R = 37.65%
G = 25.6%
B = 36.76%

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

#FDACF7 (or 0xFDACF7) is known color: Lavender Rose. HEX triplet: FD, AC and F7. RGB value is (253,172,247). Sum of RGB (Red+Green+Blue) = 253+172+247=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF7 is #025308. Grayscale: #CCCCCC. Windows color (decimal): -152329 or 16231677. OLE color: 16231677.

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

Color convert

RGB 253 172 247 -
CMYK 0 0.32 0.02 0.01
HSL 304.44º 0.95% 0.83% -
HSV(B) 304.44º 0.32% 0.99% -
XYZ 72.05 57.1 95.22 -
YUV 204.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 253 172 247 0 0.32 0.02 0.01 304.44 0.95 0.83
Hex FD AC F7 0 20 2 1 130 5F 53
Octal 375 254 367 0 40 2 1 460 137 123
Binary 11111101 10101100 11110111 0 100000 10 1 100110000 1011111 1010011

Color Harmonies of #FDACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACF7

Black with #FDACF7

Text Example


Text Example

White with #FDACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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