Html Css Color HEX #FFCCD2 Pink

📋 copy color: '#FFCCD2'

red 255 ◦ green 204 ◦ blue 210

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

Shades of Pink #FFCCD2

Tints of Pink #FFCCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.39%

R = 38.12%
G = 30.49%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFCCD2 (or 0xFFCCD2) is known color: Pink. HEX triplet: FF, CC and D2. RGB value is (255,204,210). Sum of RGB (Red+Green+Blue) = 255+204+210=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD2 is #00332D. Grayscale: #DBDBDB. Windows color (decimal): -13102 or 13815039. OLE color: 13815039.

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

Color convert

RGB 255 204 210 -
CMYK 0 0.2 0.18 0
HSL 352.94º 1% 0.9% -
HSV(B) 352.94º 0.2% 1% -
XYZ 74.47 69.1 70.39 -
YUV 219.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 255 204 210 0 0.2 0.18 0 352.94 1 0.9
Hex FF CC D2 0 14 12 0 161 64 5A
Octal 377 314 322 0 24 22 0 541 144 132
Binary 11111111 11001100 11010010 0 10100 10010 0 101100001 1100100 1011010

Color Harmonies of #FFCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCD2

Black with #FFCCD2

Text Example


Text Example

White with #FFCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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