Html Css Color HEX #FCABFC Lavender Rose

📋 copy color: '#FCABFC'

red 252 ◦ green 171 ◦ blue 252

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

Shades of Lavender Rose #FCABFC

Tints of Lavender Rose #FCABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.33%

R = 37.33%
G = 25.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCABFC (or 0xFCABFC) is known color: Lavender Rose. HEX triplet: FC, AB and FC. RGB value is (252,171,252). Sum of RGB (Red+Green+Blue) = 252+171+252=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 171 (67.19% from 255 or 25.33% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABFC is #035403. Grayscale: #CCCCCC. Windows color (decimal): -218116 or 16559100. OLE color: 16559100.

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

Color convert

RGB 252 171 252 -
CMYK 0 0.32 0 0.01
HSL 300º 0.93% 0.83% -
HSV(B) 300º 0.32% 0.99% -
XYZ 72.28 56.85 99.26 -
YUV 204.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 252 171 252 0 0.32 0 0.01 300 0.93 0.83
Hex FC AB FC 0 20 0 1 12C 5D 53
Octal 374 253 374 0 40 0 1 454 135 123
Binary 11111100 10101011 11111100 0 100000 0 1 100101100 1011101 1010011

Color Harmonies of #FCABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABFC

Black with #FCABFC

Text Example


Text Example

White with #FCABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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