Html Css Color HEX #FDACFD Lavender Rose

📋 copy color: '#FDACFD'

red 253 ◦ green 172 ◦ blue 253

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

Shades of Lavender Rose #FDACFD

Tints of Lavender Rose #FDACFD

RGB

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

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

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

R = 37.32%
G = 25.37%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDACFD (or 0xFDACFD) is known color: Lavender Rose. HEX triplet: FD, AC and FD. RGB value is (253,172,253). Sum of RGB (Red+Green+Blue) = 253+172+253=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFD is #025302. Grayscale: #CDCDCD. Windows color (decimal): -152323 or 16624893. OLE color: 16624893.

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

Color convert

RGB 253 172 253 -
CMYK 0 0.32 0 0.01
HSL 300º 0.95% 0.83% -
HSV(B) 300º 0.32% 0.99% -
XYZ 72.99 57.48 100.18 -
YUV 205.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 253 172 253 0 0.32 0 0.01 300 0.95 0.83
Hex FD AC FD 0 20 0 1 12C 5F 53
Octal 375 254 375 0 40 0 1 454 137 123
Binary 11111101 10101100 11111101 0 100000 0 1 100101100 1011111 1010011

Color Harmonies of #FDACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACFD

Black with #FDACFD

Text Example


Text Example

White with #FDACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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