Html Css Color HEX #FCB0CB Carnation Pink

📋 copy color: '#FCB0CB'

red 252 ◦ green 176 ◦ blue 203

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

Shades of Carnation Pink #FCB0CB

Tints of Carnation Pink #FCB0CB

RGB

 RED value IS 252 (98.83% from 255) = 39.94%

 GREEN value IS 176 (69.14% from 255) = 27.89%

 BLUE value IS 203 (79.69% from 255) = 32.17%

R = 39.94%
G = 27.89%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCB0CB (or 0xFCB0CB) is known color: Carnation Pink. HEX triplet: FC, B0 and CB. RGB value is (252,176,203). Sum of RGB (Red+Green+Blue) = 252+176+203=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0CB is #034F34. Grayscale: #C9C9C9. Windows color (decimal): -216885 or 13349116. OLE color: 13349116.

HSL color Cylindrical-coordinate representation of color #FCB0CB: hue angle of 338.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0CB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 203 -
CMYK 0 0.30 0.19 0.01
HSL 338.68º 0.93% 0.84% -
HSV(B) 338.68º 0.3% 0.99% -
XYZ 66.45 56.06 63.82 -
YUV 201.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 252 176 203 0 0.30 0.19 0.01 338.68 0.93 0.84
Hex FC B0 CB 0 1E 13 1 153 5D 54
Octal 374 260 313 0 36 23 1 523 135 124
Binary 11111100 10110000 11001011 0 11110 10011 1 101010011 1011101 1010100

Color Harmonies of #FCB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0CB

Black with #FCB0CB

Text Example


Text Example

White with #FCB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0CB; }

 p { color: rgb(252,176,203); }

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

background-color css

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

 a { background-color: rgb(252,176,203); }

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

border-color css

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

 span { border-color: rgb(252,176,203); }

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