Html Css Color HEX #F9C4D5 Pink Lace

📋 copy color: '#F9C4D5'

red 249 ◦ green 196 ◦ blue 213

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

Shades of Pink Lace #F9C4D5

Tints of Pink Lace #F9C4D5

RGB

 RED value IS 249 (97.66% from 255) = 37.84%

 GREEN value IS 196 (76.95% from 255) = 29.79%

 BLUE value IS 213 (83.59% from 255) = 32.37%

R = 37.84%
G = 29.79%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9C4D5 (or 0xF9C4D5) is known color: Pink Lace. HEX triplet: F9, C4 and D5. RGB value is (249,196,213). Sum of RGB (Red+Green+Blue) = 249+196+213=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4D5 is #063B2A. Grayscale: #D5D5D5. Windows color (decimal): -408363 or 14009593. OLE color: 14009593.

HSL color Cylindrical-coordinate representation of color #F9C4D5: hue angle of 340.75º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C4D5 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 196 213 -
CMYK 0 0.21 0.14 0.02
HSL 340.75º 0.82% 0.87% -
HSV(B) 340.75º 0.21% 0.98% -
XYZ 70.82 64.42 71.65 -
YUV 213.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 249 196 213 0 0.21 0.14 0.02 340.75 0.82 0.87
Hex F9 C4 D5 0 15 E 2 155 52 57
Octal 371 304 325 0 25 16 2 525 122 127
Binary 11111001 11000100 11010101 0 10101 1110 10 101010101 1010010 1010111

Color Harmonies of #F9C4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C4D5

Black with #F9C4D5

Text Example


Text Example

White with #F9C4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C4D5; }

 p { color: rgb(249,196,213); }

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

background-color css

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

 a { background-color: rgb(249,196,213); }

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

border-color css

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

 span { border-color: rgb(249,196,213); }

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