Html Css Color HEX #FDACCF Lavender Pink

📋 copy color: '#FDACCF'

red 253 ◦ green 172 ◦ blue 207

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

Shades of Lavender Pink #FDACCF

Tints of Lavender Pink #FDACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.75%

R = 40.03%
G = 27.22%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDACCF (or 0xFDACCF) is known color: Lavender Pink. HEX triplet: FD, AC and CF. RGB value is (253,172,207). Sum of RGB (Red+Green+Blue) = 253+172+207=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCF is #025330. Grayscale: #C8C8C8. Windows color (decimal): -152369 or 13610237. OLE color: 13610237.

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

Color convert

RGB 253 172 207 -
CMYK 0 0.32 0.18 0.01
HSL 334.07º 0.95% 0.83% -
HSV(B) 334.07º 0.32% 0.99% -
XYZ 66.52 54.89 66.12 -
YUV 200.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 253 172 207 0 0.32 0.18 0.01 334.07 0.95 0.83
Hex FD AC CF 0 20 12 1 14E 5F 53
Octal 375 254 317 0 40 22 1 516 137 123
Binary 11111101 10101100 11001111 0 100000 10010 1 101001110 1011111 1010011

Color Harmonies of #FDACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACCF

Black with #FDACCF

Text Example


Text Example

White with #FDACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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