Html Css Color HEX #FFCCD8 Pink Lace

📋 copy color: '#FFCCD8'

red 255 ◦ green 204 ◦ blue 216

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

Shades of Pink Lace #FFCCD8

Tints of Pink Lace #FFCCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32%

R = 37.78%
G = 30.22%
B = 32%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFCCD8 (or 0xFFCCD8) is known color: Pink Lace. HEX triplet: FF, CC and D8. RGB value is (255,204,216). Sum of RGB (Red+Green+Blue) = 255+204+216=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD8 is #003327. Grayscale: #DCDCDC. Windows color (decimal): -13096 or 14208255. OLE color: 14208255.

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

Color convert

RGB 255 204 216 -
CMYK 0 0.2 0.15 0
HSL 345.88º 1% 0.9% -
HSV(B) 345.88º 0.2% 1% -
XYZ 75.23 69.4 74.4 -
YUV 220.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 255 204 216 0 0.2 0.15 0 345.88 1 0.9
Hex FF CC D8 0 14 F 0 15A 64 5A
Octal 377 314 330 0 24 17 0 532 144 132
Binary 11111111 11001100 11011000 0 10100 1111 0 101011010 1100100 1011010

Color Harmonies of #FFCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCD8

Black with #FFCCD8

Text Example


Text Example

White with #FFCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCD8; }

 p { color: rgb(255,204,216); }

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

background-color css

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

 a { background-color: rgb(255,204,216); }

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

border-color css

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

 span { border-color: rgb(255,204,216); }

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