Html Css Color HEX #FFCCBB Your Pink

📋 copy color: '#FFCCBB'

red 255 ◦ green 204 ◦ blue 187

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

Shades of Your Pink #FFCCBB

Tints of Your Pink #FFCCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.95%

R = 39.47%
G = 31.58%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFCCBB (or 0xFFCCBB) is known color: Your Pink. HEX triplet: FF, CC and BB. RGB value is (255,204,187). Sum of RGB (Red+Green+Blue) = 255+204+187=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCBB is #003344. Grayscale: #D9D9D9. Windows color (decimal): -13125 or 12307711. OLE color: 12307711.

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

Color convert

RGB 255 204 187 -
CMYK 0 0.2 0.27 0
HSL 15º 1% 0.87% -
HSV(B) 15º 0.27% 1% -
XYZ 71.8 68.03 56.36 -
YUV 217.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 255 204 187 0 0.2 0.27 0 15 1 0.87
Hex FF CC BB 0 14 1B 0 F 64 57
Octal 377 314 273 0 24 33 0 17 144 127
Binary 11111111 11001100 10111011 0 10100 11011 0 1111 1100100 1010111

Color Harmonies of #FFCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCBB

Black with #FFCCBB

Text Example


Text Example

White with #FFCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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