Html Css Color HEX #FFC9DB Pink Lace

📋 copy color: '#FFC9DB'

red 255 ◦ green 201 ◦ blue 219

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

Shades of Pink Lace #FFC9DB

Tints of Pink Lace #FFC9DB

RGB

 RED value IS 255 (100% from 255) = 37.78%

 GREEN value IS 201 (78.91% from 255) = 29.78%

 BLUE value IS 219 (85.94% from 255) = 32.44%

R = 37.78%
G = 29.78%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFC9DB (or 0xFFC9DB) is known color: Pink Lace. HEX triplet: FF, C9 and DB. RGB value is (255,201,219). Sum of RGB (Red+Green+Blue) = 255+201+219=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9DB is #003624. Grayscale: #DBDBDB. Windows color (decimal): -13861 or 14404095. OLE color: 14404095.

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

Color convert

RGB 255 201 219 -
CMYK 0 0.21 0.14 0
HSL 340º 1% 0.89% -
HSV(B) 340º 0.21% 1% -
XYZ 74.91 68.15 76.22 -
YUV 219.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 255 201 219 0 0.21 0.14 0 340 1 0.89
Hex FF C9 DB 0 15 E 0 154 64 59
Octal 377 311 333 0 25 16 0 524 144 131
Binary 11111111 11001001 11011011 0 10101 1110 0 101010100 1100100 1011001

Color Harmonies of #FFC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9DB

Black with #FFC9DB

Text Example


Text Example

White with #FFC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9DB; }

 p { color: rgb(255,201,219); }

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

background-color css

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

 a { background-color: rgb(255,201,219); }

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

border-color css

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

 span { border-color: rgb(255,201,219); }

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