Html Css Color HEX #FDACDE Lavender Rose

📋 copy color: '#FDACDE'

red 253 ◦ green 172 ◦ blue 222

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

Shades of Lavender Rose #FDACDE

Tints of Lavender Rose #FDACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 39.1%
G = 26.58%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDACDE (or 0xFDACDE) is known color: Lavender Rose. HEX triplet: FD, AC and DE. RGB value is (253,172,222). Sum of RGB (Red+Green+Blue) = 253+172+222=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACDE is #025321. Grayscale: #C9C9C9. Windows color (decimal): -152354 or 14593277. OLE color: 14593277.

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

Color convert

RGB 253 172 222 -
CMYK 0 0.32 0.12 0.01
HSL 322.96º 0.95% 0.83% -
HSV(B) 322.96º 0.32% 0.99% -
XYZ 68.45 55.66 76.24 -
YUV 201.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 253 172 222 0 0.32 0.12 0.01 322.96 0.95 0.83
Hex FD AC DE 0 20 C 1 143 5F 53
Octal 375 254 336 0 40 14 1 503 137 123
Binary 11111101 10101100 11011110 0 100000 1100 1 101000011 1011111 1010011

Color Harmonies of #FDACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACDE

Black with #FDACDE

Text Example


Text Example

White with #FDACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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