Html Css Color HEX #FCADF5 Lavender Rose

📋 copy color: '#FCADF5'

red 252 ◦ green 173 ◦ blue 245

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

Shades of Lavender Rose #FCADF5

Tints of Lavender Rose #FCADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.57%

R = 37.61%
G = 25.82%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCADF5 (or 0xFCADF5) is known color: Lavender Rose. HEX triplet: FC, AD and F5. RGB value is (252,173,245). Sum of RGB (Red+Green+Blue) = 252+173+245=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF5 is #03520A. Grayscale: #CCCCCC. Windows color (decimal): -217611 or 16100860. OLE color: 16100860.

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

Color convert

RGB 252 173 245 -
CMYK 0 0.31 0.03 0.01
HSL 305.32º 0.93% 0.83% -
HSV(B) 305.32º 0.31% 0.99% -
XYZ 71.57 57.18 93.65 -
YUV 204.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 252 173 245 0 0.31 0.03 0.01 305.32 0.93 0.83
Hex FC AD F5 0 1F 3 1 131 5D 53
Octal 374 255 365 0 37 3 1 461 135 123
Binary 11111100 10101101 11110101 0 11111 11 1 100110001 1011101 1010011

Color Harmonies of #FCADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADF5

Black with #FCADF5

Text Example


Text Example

White with #FCADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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