Html Css Color HEX #FCACFB Lavender Rose

📋 copy color: '#FCACFB'

red 252 ◦ green 172 ◦ blue 251

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

Shades of Lavender Rose #FCACFB

Tints of Lavender Rose #FCACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.19%

R = 37.33%
G = 25.48%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCACFB (or 0xFCACFB) is known color: Lavender Rose. HEX triplet: FC, AC and FB. RGB value is (252,172,251). Sum of RGB (Red+Green+Blue) = 252+172+251=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFB is #035304. Grayscale: #CCCCCC. Windows color (decimal): -217861 or 16493820. OLE color: 16493820.

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

Color convert

RGB 252 172 251 -
CMYK 0 0.32 0.00 0.01
HSL 300.75º 0.93% 0.83% -
HSV(B) 300.75º 0.32% 0.99% -
XYZ 72.31 57.17 98.49 -
YUV 204.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 252 172 251 0 0.32 0.00 0.01 300.75 0.93 0.83
Hex FC AC FB 0 20 0 1 12D 5D 53
Octal 374 254 373 0 40 0 1 455 135 123
Binary 11111100 10101100 11111011 0 100000 0 1 100101101 1011101 1010011

Color Harmonies of #FCACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACFB

Black with #FCACFB

Text Example


Text Example

White with #FCACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACFB; }

 p { color: rgb(252,172,251); }

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

background-color css

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

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

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

border-color css

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

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

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