Html Css Color HEX #FCACDF Lavender Rose

📋 copy color: '#FCACDF'

red 252 ◦ green 172 ◦ blue 223

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

Shades of Lavender Rose #FCACDF

Tints of Lavender Rose #FCACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.47%

R = 38.95%
G = 26.58%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCACDF (or 0xFCACDF) is known color: Lavender Rose. HEX triplet: FC, AC and DF. RGB value is (252,172,223). Sum of RGB (Red+Green+Blue) = 252+172+223=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACDF is #035320. Grayscale: #C9C9C9. Windows color (decimal): -217889 or 14658812. OLE color: 14658812.

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

Color convert

RGB 252 172 223 -
CMYK 0 0.32 0.12 0.01
HSL 321.75º 0.93% 0.83% -
HSV(B) 321.75º 0.32% 0.99% -
XYZ 68.22 55.53 76.93 -
YUV 201.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 252 172 223 0 0.32 0.12 0.01 321.75 0.93 0.83
Hex FC AC DF 0 20 C 1 142 5D 53
Octal 374 254 337 0 40 14 1 502 135 123
Binary 11111100 10101100 11011111 0 100000 1100 1 101000010 1011101 1010011

Color Harmonies of #FCACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACDF

Black with #FCACDF

Text Example


Text Example

White with #FCACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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