Html Css Color HEX #FCADF8 Lavender Rose

📋 copy color: '#FCADF8'

red 252 ◦ green 173 ◦ blue 248

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

Shades of Lavender Rose #FCADF8

Tints of Lavender Rose #FCADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 37.44%
G = 25.71%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCADF8 (or 0xFCADF8) is known color: Lavender Rose. HEX triplet: FC, AD and F8. RGB value is (252,173,248). Sum of RGB (Red+Green+Blue) = 252+173+248=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF8 is #035207. Grayscale: #CCCCCC. Windows color (decimal): -217608 or 16297468. OLE color: 16297468.

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

Color convert

RGB 252 173 248 -
CMYK 0 0.31 0.02 0.01
HSL 303.04º 0.93% 0.83% -
HSV(B) 303.04º 0.31% 0.99% -
XYZ 72.03 57.36 96.08 -
YUV 205.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 252 173 248 0 0.31 0.02 0.01 303.04 0.93 0.83
Hex FC AD F8 0 1F 2 1 12F 5D 53
Octal 374 255 370 0 37 2 1 457 135 123
Binary 11111100 10101101 11111000 0 11111 10 1 100101111 1011101 1010011

Color Harmonies of #FCADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADF8

Black with #FCADF8

Text Example


Text Example

White with #FCADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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