Html Css Color HEX #FFACFD Lavender Rose

📋 copy color: '#FFACFD'

red 255 ◦ green 172 ◦ blue 253

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

Shades of Lavender Rose #FFACFD

Tints of Lavender Rose #FFACFD

RGB

 RED value IS 255 (100% from 255) = 37.5%

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

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

R = 37.5%
G = 25.29%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFACFD (or 0xFFACFD) is known color: Lavender Rose. HEX triplet: FF, AC and FD. RGB value is (255,172,253). Sum of RGB (Red+Green+Blue) = 255+172+253=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 172 (67.58% from 255 or 25.29% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFD is #005302. Grayscale: #CDCDCD. Windows color (decimal): -21251 or 16624895. OLE color: 16624895.

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

Color convert

RGB 255 172 253 -
CMYK 0 0.33 0.01 0
HSL 301.45º 1% 0.84% -
HSV(B) 301.45º 0.33% 1% -
XYZ 73.72 57.86 100.21 -
YUV 206.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 255 172 253 0 0.33 0.01 0 301.45 1 0.84
Hex FF AC FD 0 21 1 0 12D 64 54
Octal 377 254 375 0 41 1 0 455 144 124
Binary 11111111 10101100 11111101 0 100001 1 0 100101101 1100100 1010100

Color Harmonies of #FFACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACFD

Black with #FFACFD

Text Example


Text Example

White with #FFACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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