Html Css Color HEX #FCABE2 Lavender Rose

📋 copy color: '#FCABE2'

red 252 ◦ green 171 ◦ blue 226

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

Shades of Lavender Rose #FCABE2

Tints of Lavender Rose #FCABE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.82%

R = 38.83%
G = 26.35%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCABE2 (or 0xFCABE2) is known color: Lavender Rose. HEX triplet: FC, AB and E2. RGB value is (252,171,226). Sum of RGB (Red+Green+Blue) = 252+171+226=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABE2 is #03541D. Grayscale: #C9C9C9. Windows color (decimal): -218142 or 14855164. OLE color: 14855164.

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

Color convert

RGB 252 171 226 -
CMYK 0 0.32 0.10 0.01
HSL 319.26º 0.93% 0.83% -
HSV(B) 319.26º 0.32% 0.99% -
XYZ 68.44 55.31 79.02 -
YUV 201.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 252 171 226 0 0.32 0.10 0.01 319.26 0.93 0.83
Hex FC AB E2 0 20 A 1 13F 5D 53
Octal 374 253 342 0 40 12 1 477 135 123
Binary 11111100 10101011 11100010 0 100000 1010 1 100111111 1011101 1010011

Color Harmonies of #FCABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABE2

Black with #FCABE2

Text Example


Text Example

White with #FCABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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