Html Css Color HEX #FCADF2 Lavender Rose

📋 copy color: '#FCADF2'

red 252 ◦ green 173 ◦ blue 242

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

Shades of Lavender Rose #FCADF2

Tints of Lavender Rose #FCADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.28%

R = 37.78%
G = 25.94%
B = 36.28%

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

#FCADF2 (or 0xFCADF2) is known color: Lavender Rose. HEX triplet: FC, AD and F2. RGB value is (252,173,242). Sum of RGB (Red+Green+Blue) = 252+173+242=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF2 is #03520D. Grayscale: #CCCCCC. Windows color (decimal): -217614 or 15904252. OLE color: 15904252.

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

Color convert

RGB 252 173 242 -
CMYK 0 0.31 0.04 0.01
HSL 307.59º 0.93% 0.83% -
HSV(B) 307.59º 0.31% 0.99% -
XYZ 71.12 56.99 91.26 -
YUV 204.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 252 173 242 0 0.31 0.04 0.01 307.59 0.93 0.83
Hex FC AD F2 0 1F 4 1 134 5D 53
Octal 374 255 362 0 37 4 1 464 135 123
Binary 11111100 10101101 11110010 0 11111 100 1 100110100 1011101 1010011

Color Harmonies of #FCADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADF2

Black with #FCADF2

Text Example


Text Example

White with #FCADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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