Html Css Color HEX #FDACFE Lavender Rose

📋 copy color: '#FDACFE'

red 253 ◦ green 172 ◦ blue 254

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

Shades of Lavender Rose #FDACFE

Tints of Lavender Rose #FDACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.41%

R = 37.26%
G = 25.33%
B = 37.41%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDACFE (or 0xFDACFE) is known color: Lavender Rose. HEX triplet: FD, AC and FE. RGB value is (253,172,254). Sum of RGB (Red+Green+Blue) = 253+172+254=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 172 (67.58% from 255 or 25.33% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFE is #025301. Grayscale: #CDCDCD. Windows color (decimal): -152322 or 16690429. OLE color: 16690429.

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

Color convert

RGB 253 172 254 -
CMYK 0.00 0.32 0 0.00
HSL 299.27º 0.98% 0.84% -
HSV(B) 299.27º 0.32% 1% -
XYZ 73.15 57.54 101.02 -
YUV 205.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 253 172 254 0.00 0.32 0 0.00 299.27 0.98 0.84
Hex FD AC FE 0 20 0 0 12B 62 54
Octal 375 254 376 0 40 0 0 453 142 124
Binary 11111101 10101100 11111110 0 100000 0 0 100101011 1100010 1010100

Color Harmonies of #FDACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACFE

Black with #FDACFE

Text Example


Text Example

White with #FDACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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