Html Css Color HEX #FFC9DA Pink Lace

📋 copy color: '#FFC9DA'

red 255 ◦ green 201 ◦ blue 218

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

Shades of Pink Lace #FFC9DA

Tints of Pink Lace #FFC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.34%

R = 37.83%
G = 29.82%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFC9DA (or 0xFFC9DA) is known color: Pink Lace. HEX triplet: FF, C9 and DA. RGB value is (255,201,218). Sum of RGB (Red+Green+Blue) = 255+201+218=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9DA is #003625. Grayscale: #DBDBDB. Windows color (decimal): -13862 or 14338559. OLE color: 14338559.

HSL color Cylindrical-coordinate representation of color #FFC9DA: hue angle of 341.11º 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 #FFC9DA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 218 -
CMYK 0 0.21 0.15 0
HSL 341.11º 1% 0.89% -
HSV(B) 341.11º 0.21% 1% -
XYZ 74.78 68.1 75.53 -
YUV 219.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 255 201 218 0 0.21 0.15 0 341.11 1 0.89
Hex FF C9 DA 0 15 F 0 155 64 59
Octal 377 311 332 0 25 17 0 525 144 131
Binary 11111111 11001001 11011010 0 10101 1111 0 101010101 1100100 1011001

Color Harmonies of #FFC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9DA

Black with #FFC9DA

Text Example


Text Example

White with #FFC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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