Html Css Color HEX #FFC2BD Your Pink

📋 copy color: '#FFC2BD'

red 255 ◦ green 194 ◦ blue 189

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

Shades of Your Pink #FFC2BD

Tints of Your Pink #FFC2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.41%

 BLUE value IS 189 (74.22% from 255) = 29.62%

R = 39.97%
G = 30.41%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFC2BD (or 0xFFC2BD) is known color: Your Pink. HEX triplet: FF, C2 and BD. RGB value is (255,194,189). Sum of RGB (Red+Green+Blue) = 255+194+189=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2BD is #003D42. Grayscale: #D3D3D3. Windows color (decimal): -15683 or 12436223. OLE color: 12436223.

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

Color convert

RGB 255 194 189 -
CMYK 0 0.24 0.26 0
HSL 4.55º 1% 0.87% -
HSV(B) 4.55º 0.26% 1% -
XYZ 69.72 63.52 56.73 -
YUV 211.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 255 194 189 0 0.24 0.26 0 4.55 1 0.87
Hex FF C2 BD 0 18 1A 0 5 64 57
Octal 377 302 275 0 30 32 0 5 144 127
Binary 11111111 11000010 10111101 0 11000 11010 0 101 1100100 1010111

Color Harmonies of #FFC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2BD

Black with #FFC2BD

Text Example


Text Example

White with #FFC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2BD; }

 p { color: rgb(255,194,189); }

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

background-color css

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

 a { background-color: rgb(255,194,189); }

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

border-color css

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

 span { border-color: rgb(255,194,189); }

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