Html Css Color HEX #FCABF2 Lavender Rose

📋 copy color: '#FCABF2'

red 252 ◦ green 171 ◦ blue 242

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

Shades of Lavender Rose #FCABF2

Tints of Lavender Rose #FCABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.39%

R = 37.89%
G = 25.71%
B = 36.39%

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

#FCABF2 (or 0xFCABF2) is known color: Lavender Rose. HEX triplet: FC, AB and F2. RGB value is (252,171,242). Sum of RGB (Red+Green+Blue) = 252+171+242=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF2 is #03540D. Grayscale: #CBCBCB. Windows color (decimal): -218126 or 15903740. OLE color: 15903740.

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

Color convert

RGB 252 171 242 -
CMYK 0 0.32 0.04 0.01
HSL 307.41º 0.93% 0.83% -
HSV(B) 307.41º 0.32% 0.99% -
XYZ 70.73 56.23 91.13 -
YUV 203.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 252 171 242 0 0.32 0.04 0.01 307.41 0.93 0.83
Hex FC AB F2 0 20 4 1 133 5D 53
Octal 374 253 362 0 40 4 1 463 135 123
Binary 11111100 10101011 11110010 0 100000 100 1 100110011 1011101 1010011

Color Harmonies of #FCABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABF2

Black with #FCABF2

Text Example


Text Example

White with #FCABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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