Html Css Color HEX #FDACF1 Lavender Rose

📋 copy color: '#FDACF1'

red 253 ◦ green 172 ◦ blue 241

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

Shades of Lavender Rose #FDACF1

Tints of Lavender Rose #FDACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 37.99%
G = 25.83%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDACF1 (or 0xFDACF1) is known color: Lavender Rose. HEX triplet: FD, AC and F1. RGB value is (253,172,241). Sum of RGB (Red+Green+Blue) = 253+172+241=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF1 is #02530E. Grayscale: #CBCBCB. Windows color (decimal): -152335 or 15838461. OLE color: 15838461.

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

Color convert

RGB 253 172 241 -
CMYK 0 0.32 0.05 0.01
HSL 308.89º 0.95% 0.83% -
HSV(B) 308.89º 0.32% 0.99% -
XYZ 71.14 56.74 90.42 -
YUV 204.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 253 172 241 0 0.32 0.05 0.01 308.89 0.95 0.83
Hex FD AC F1 0 20 5 1 135 5F 53
Octal 375 254 361 0 40 5 1 465 137 123
Binary 11111101 10101100 11110001 0 100000 101 1 100110101 1011111 1010011

Color Harmonies of #FDACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACF1

Black with #FDACF1

Text Example


Text Example

White with #FDACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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