Html Css Color HEX #FCACED Lavender Rose

📋 copy color: '#FCACED'

red 252 ◦ green 172 ◦ blue 237

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

Shades of Lavender Rose #FCACED

Tints of Lavender Rose #FCACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.85%

R = 38.12%
G = 26.02%
B = 35.85%

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

#FCACED (or 0xFCACED) is known color: Lavender Rose. HEX triplet: FC, AC and ED. RGB value is (252,172,237). Sum of RGB (Red+Green+Blue) = 252+172+237=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACED is #035312. Grayscale: #CBCBCB. Windows color (decimal): -217875 or 15576316. OLE color: 15576316.

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

Color convert

RGB 252 172 237 -
CMYK 0 0.32 0.06 0.01
HSL 311.25º 0.93% 0.83% -
HSV(B) 311.25º 0.32% 0.99% -
XYZ 70.18 56.31 87.29 -
YUV 203.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 252 172 237 0 0.32 0.06 0.01 311.25 0.93 0.83
Hex FC AC ED 0 20 6 1 137 5D 53
Octal 374 254 355 0 40 6 1 467 135 123
Binary 11111100 10101100 11101101 0 100000 110 1 100110111 1011101 1010011

Color Harmonies of #FCACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACED

Black with #FCACED

Text Example


Text Example

White with #FCACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACED; }

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

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

background-color css

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

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

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

border-color css

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

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

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