Html Css Color HEX #FCABF9 Lavender Rose

📋 copy color: '#FCABF9'

red 252 ◦ green 171 ◦ blue 249

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

Shades of Lavender Rose #FCABF9

Tints of Lavender Rose #FCABF9

RGB

 RED value IS 252 (98.83% from 255) = 37.5%

 GREEN value IS 171 (67.19% from 255) = 25.45%

 BLUE value IS 249 (97.66% from 255) = 37.05%

R = 37.5%
G = 25.45%
B = 37.05%

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

#FCABF9 (or 0xFCABF9) is known color: Lavender Rose. HEX triplet: FC, AB and F9. RGB value is (252,171,249). Sum of RGB (Red+Green+Blue) = 252+171+249=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 171 (67.19% from 255 or 25.45% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF9 is #035406. Grayscale: #CBCBCB. Windows color (decimal): -218119 or 16362492. OLE color: 16362492.

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

Color convert

RGB 252 171 249 -
CMYK 0 0.32 0.01 0.01
HSL 302.22º 0.93% 0.83% -
HSV(B) 302.22º 0.32% 0.99% -
XYZ 71.81 56.66 96.77 -
YUV 204.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 252 171 249 0 0.32 0.01 0.01 302.22 0.93 0.83
Hex FC AB F9 0 20 1 1 12E 5D 53
Octal 374 253 371 0 40 1 1 456 135 123
Binary 11111100 10101011 11111001 0 100000 1 1 100101110 1011101 1010011

Color Harmonies of #FCABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABF9

Black with #FCABF9

Text Example


Text Example

White with #FCABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABF9; }

 p { color: rgb(252,171,249); }

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

background-color css

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

 a { background-color: rgb(252,171,249); }

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

border-color css

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

 span { border-color: rgb(252,171,249); }

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