Html Css Color HEX #FCADF1 Lavender Rose

📋 copy color: '#FCADF1'

red 252 ◦ green 173 ◦ blue 241

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

Shades of Lavender Rose #FCADF1

Tints of Lavender Rose #FCADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.98%

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 37.84%
G = 25.98%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCADF1 (or 0xFCADF1) is known color: Lavender Rose. HEX triplet: FC, AD and F1. RGB value is (252,173,241). Sum of RGB (Red+Green+Blue) = 252+173+241=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF1 is #03520E. Grayscale: #CCCCCC. Windows color (decimal): -217615 or 15838716. OLE color: 15838716.

HSL color Cylindrical-coordinate representation of color #FCADF1: hue angle of 308.35º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADF1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 241 -
CMYK 0 0.31 0.04 0.01
HSL 308.35º 0.93% 0.83% -
HSV(B) 308.35º 0.31% 0.99% -
XYZ 70.97 56.93 90.47 -
YUV 204.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 252 173 241 0 0.31 0.04 0.01 308.35 0.93 0.83
Hex FC AD F1 0 1F 4 1 134 5D 53
Octal 374 255 361 0 37 4 1 464 135 123
Binary 11111100 10101101 11110001 0 11111 100 1 100110100 1011101 1010011

Color Harmonies of #FCADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADF1

Black with #FCADF1

Text Example


Text Example

White with #FCADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADF1; }

 p { color: rgb(252,173,241); }

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

background-color css

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

 a { background-color: rgb(252,173,241); }

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

border-color css

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

 span { border-color: rgb(252,173,241); }

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