Html Css Color HEX #FCADF3 Lavender Rose

📋 copy color: '#FCADF3'

red 252 ◦ green 173 ◦ blue 243

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

Shades of Lavender Rose #FCADF3

Tints of Lavender Rose #FCADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.38%

R = 37.72%
G = 25.9%
B = 36.38%

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

#FCADF3 (or 0xFCADF3) is known color: Lavender Rose. HEX triplet: FC, AD and F3. RGB value is (252,173,243). Sum of RGB (Red+Green+Blue) = 252+173+243=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF3 is #03520C. Grayscale: #CCCCCC. Windows color (decimal): -217613 or 15969788. OLE color: 15969788.

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

Color convert

RGB 252 173 243 -
CMYK 0 0.31 0.04 0.01
HSL 306.84º 0.93% 0.83% -
HSV(B) 306.84º 0.31% 0.99% -
XYZ 71.27 57.05 92.05 -
YUV 204.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 252 173 243 0 0.31 0.04 0.01 306.84 0.93 0.83
Hex FC AD F3 0 1F 4 1 133 5D 53
Octal 374 255 363 0 37 4 1 463 135 123
Binary 11111100 10101101 11110011 0 11111 100 1 100110011 1011101 1010011

Color Harmonies of #FCADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADF3

Black with #FCADF3

Text Example


Text Example

White with #FCADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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