Html Css Color HEX #FCABF1 Lavender Rose

📋 copy color: '#FCABF1'

red 252 ◦ green 171 ◦ blue 241

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

Shades of Lavender Rose #FCABF1

Tints of Lavender Rose #FCABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 37.95%
G = 25.75%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCABF1 (or 0xFCABF1) is known color: Lavender Rose. HEX triplet: FC, AB and F1. RGB value is (252,171,241). Sum of RGB (Red+Green+Blue) = 252+171+241=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF1 is #03540E. Grayscale: #CBCBCB. Windows color (decimal): -218127 or 15838204. OLE color: 15838204.

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

Color convert

RGB 252 171 241 -
CMYK 0 0.32 0.04 0.01
HSL 308.15º 0.93% 0.83% -
HSV(B) 308.15º 0.32% 0.99% -
XYZ 70.58 56.17 90.34 -
YUV 203.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 252 171 241 0 0.32 0.04 0.01 308.15 0.93 0.83
Hex FC AB F1 0 20 4 1 134 5D 53
Octal 374 253 361 0 40 4 1 464 135 123
Binary 11111100 10101011 11110001 0 100000 100 1 100110100 1011101 1010011

Color Harmonies of #FCABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABF1

Black with #FCABF1

Text Example


Text Example

White with #FCABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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