Html Css Color HEX #F9CCDA Pink Lace

📋 copy color: '#F9CCDA'

red 249 ◦ green 204 ◦ blue 218

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

Shades of Pink Lace #F9CCDA

Tints of Pink Lace #F9CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.4%

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

R = 37.11%
G = 30.4%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9CCDA (or 0xF9CCDA) is known color: Pink Lace. HEX triplet: F9, CC and DA. RGB value is (249,204,218). Sum of RGB (Red+Green+Blue) = 249+204+218=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCDA is #063325. Grayscale: #DBDBDB. Windows color (decimal): -406310 or 14339321. OLE color: 14339321.

HSL color Cylindrical-coordinate representation of color #F9CCDA: hue angle of 341.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CCDA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 218 -
CMYK 0 0.18 0.12 0.02
HSL 341.33º 0.79% 0.89% -
HSV(B) 341.33º 0.18% 0.98% -
XYZ 73.31 68.39 75.67 -
YUV 219.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 249 204 218 0 0.18 0.12 0.02 341.33 0.79 0.89
Hex F9 CC DA 0 12 C 2 155 4F 59
Octal 371 314 332 0 22 14 2 525 117 131
Binary 11111001 11001100 11011010 0 10010 1100 10 101010101 1001111 1011001

Color Harmonies of #F9CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCDA

Black with #F9CCDA

Text Example


Text Example

White with #F9CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCDA; }

 p { color: rgb(249,204,218); }

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

background-color css

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

 a { background-color: rgb(249,204,218); }

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

border-color css

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

 span { border-color: rgb(249,204,218); }

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