Html Css Color HEX #FFC4B4 Your Pink

📋 copy color: '#FFC4B4'

red 255 ◦ green 196 ◦ blue 180

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

Shades of Your Pink #FFC4B4

Tints of Your Pink #FFC4B4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.06%

 BLUE value IS 180 (70.7% from 255) = 28.53%

R = 40.41%
G = 31.06%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFC4B4 (or 0xFFC4B4) is known color: Your Pink. HEX triplet: FF, C4 and B4. RGB value is (255,196,180). Sum of RGB (Red+Green+Blue) = 255+196+180=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4B4 is #003B4B. Grayscale: #D3D3D3. Windows color (decimal): -15180 or 11846911. OLE color: 11846911.

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

Color convert

RGB 255 196 180 -
CMYK 0 0.23 0.29 0
HSL 12.8º 1% 0.85% -
HSV(B) 12.8º 0.29% 1% -
XYZ 69.22 64.04 51.89 -
YUV 211.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 255 196 180 0 0.23 0.29 0 12.8 1 0.85
Hex FF C4 B4 0 17 1D 0 D 64 55
Octal 377 304 264 0 27 35 0 15 144 125
Binary 11111111 11000100 10110100 0 10111 11101 0 1101 1100100 1010101

Color Harmonies of #FFC4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4B4

Black with #FFC4B4

Text Example


Text Example

White with #FFC4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4B4; }

 p { color: rgb(255,196,180); }

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

background-color css

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

 a { background-color: rgb(255,196,180); }

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

border-color css

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

 span { border-color: rgb(255,196,180); }

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