Html Css Color HEX #FDACFA Lavender Rose

📋 copy color: '#FDACFA'

red 253 ◦ green 172 ◦ blue 250

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

Shades of Lavender Rose #FDACFA

Tints of Lavender Rose #FDACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.04%

R = 37.48%
G = 25.48%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDACFA (or 0xFDACFA) is known color: Lavender Rose. HEX triplet: FD, AC and FA. RGB value is (253,172,250). Sum of RGB (Red+Green+Blue) = 253+172+250=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFA is #025305. Grayscale: #CCCCCC. Windows color (decimal): -152326 or 16428285. OLE color: 16428285.

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

Color convert

RGB 253 172 250 -
CMYK 0 0.32 0.01 0.01
HSL 302.22º 0.95% 0.83% -
HSV(B) 302.22º 0.32% 0.99% -
XYZ 72.52 57.29 97.68 -
YUV 205.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 253 172 250 0 0.32 0.01 0.01 302.22 0.95 0.83
Hex FD AC FA 0 20 1 1 12E 5F 53
Octal 375 254 372 0 40 1 1 456 137 123
Binary 11111101 10101100 11111010 0 100000 1 1 100101110 1011111 1010011

Color Harmonies of #FDACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACFA

Black with #FDACFA

Text Example


Text Example

White with #FDACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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