Html Css Color HEX #FCACEA Lavender Rose

📋 copy color: '#FCACEA'

red 252 ◦ green 172 ◦ blue 234

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

Shades of Lavender Rose #FCACEA

Tints of Lavender Rose #FCACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 38.3%
G = 26.14%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCACEA (or 0xFCACEA) is known color: Lavender Rose. HEX triplet: FC, AC and EA. RGB value is (252,172,234). Sum of RGB (Red+Green+Blue) = 252+172+234=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACEA is #035315. Grayscale: #CACACA. Windows color (decimal): -217878 or 15379708. OLE color: 15379708.

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

Color convert

RGB 252 172 234 -
CMYK 0 0.32 0.07 0.01
HSL 313.5º 0.93% 0.83% -
HSV(B) 313.5º 0.32% 0.99% -
XYZ 69.75 56.14 85 -
YUV 202.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 252 172 234 0 0.32 0.07 0.01 313.5 0.93 0.83
Hex FC AC EA 0 20 7 1 13A 5D 53
Octal 374 254 352 0 40 7 1 472 135 123
Binary 11111100 10101100 11101010 0 100000 111 1 100111010 1011101 1010011

Color Harmonies of #FCACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACEA

Black with #FCACEA

Text Example


Text Example

White with #FCACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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