#FFCBBE

Color #FFCBBE Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FFCBBE

Tints of Your Pink #FFCBBE

Color information

#FFCBBE (or 0xFFCBBE) is unknown color: approx Your Pink. HEX triplet: FF, CB and BE. RGB value is (255,203,190). Sum of RGB (Red+Green+Blue) = 255+203+190=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBBE is #003441. Grayscale: #D9D9D9. Windows color (decimal): -13378 or 12504063. OLE color: 12504063.

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

Color convert

RGB255203190-
CMYK00.200.250
HSL12º100%87.25%-
HSV(B)12º25.49%100%-
XYZ71.8967.6957.99-
YUV217.07112.73155.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 190 (74.61% from 255) = 29.32%
R=39.35%
G=31.33%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520319000.200.2501210087.25
HexFFCBBE014190c6457
Octal37731327602431014144127
Binary111111111100101110111110010100110010110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBBE; }

 p { color: rgb(255,203,190); }

 H1.HeaderClassName
 {
   color: #FFCBBE;
 }
 .AnyTagClassName
 {
   color: #FFCBBE;
 }
</style>
background-color css

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

 a { background-color: rgb(255,203,190); }

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

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

 span { border-color: rgb(255,203,190); }

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