Html Css Color HEX #FCABEE Lavender Rose

📋 copy color: '#FCABEE'

red 252 ◦ green 171 ◦ blue 238

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

Shades of Lavender Rose #FCABEE

Tints of Lavender Rose #FCABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 38.12%
G = 25.87%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCABEE (or 0xFCABEE) is known color: Lavender Rose. HEX triplet: FC, AB and EE. RGB value is (252,171,238). Sum of RGB (Red+Green+Blue) = 252+171+238=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABEE is #035411. Grayscale: #CACACA. Windows color (decimal): -218130 or 15641596. OLE color: 15641596.

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

Color convert

RGB 252 171 238 -
CMYK 0 0.32 0.06 0.01
HSL 310.37º 0.93% 0.83% -
HSV(B) 310.37º 0.32% 0.99% -
XYZ 70.14 55.99 88 -
YUV 202.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 252 171 238 0 0.32 0.06 0.01 310.37 0.93 0.83
Hex FC AB EE 0 20 6 1 136 5D 53
Octal 374 253 356 0 40 6 1 466 135 123
Binary 11111100 10101011 11101110 0 100000 110 1 100110110 1011101 1010011

Color Harmonies of #FCABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABEE

Black with #FCABEE

Text Example


Text Example

White with #FCABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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