Html Css Color HEX #FC97DE Lavender Rose

📋 copy color: '#FC97DE'

red 252 ◦ green 151 ◦ blue 222

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

Shades of Lavender Rose #FC97DE

Tints of Lavender Rose #FC97DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.16%

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 40.32%
G = 24.16%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC97DE (or 0xFC97DE) is known color: Lavender Rose. HEX triplet: FC, 97 and DE. RGB value is (252,151,222). Sum of RGB (Red+Green+Blue) = 252+151+222=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC97DE is #036821. Grayscale: #BDBDBD. Windows color (decimal): -223266 or 14587900. OLE color: 14587900.

HSL color Cylindrical-coordinate representation of color #FC97DE: hue angle of 317.82º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC97DE is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 151 222 -
CMYK 0 0.40 0.12 0.01
HSL 317.82º 0.94% 0.79% -
HSV(B) 317.82º 0.4% 0.99% -
XYZ 64.4 48.1 75 -
YUV 189.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 252 151 222 0 0.40 0.12 0.01 317.82 0.94 0.79
Hex FC 97 DE 0 28 C 1 13E 5E 4F
Octal 374 227 336 0 50 14 1 476 136 117
Binary 11111100 10010111 11011110 0 101000 1100 1 100111110 1011110 1001111

Color Harmonies of #FC97DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC97DE

Black with #FC97DE

Text Example


Text Example

White with #FC97DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC97DE; }

 p { color: rgb(252,151,222); }

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

background-color css

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

 a { background-color: rgb(252,151,222); }

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

border-color css

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

 span { border-color: rgb(252,151,222); }

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