Html Css Color HEX #FCCBBE Your Pink

📋 copy color: '#FCCBBE'

red 252 ◦ green 203 ◦ blue 190

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

Shades of Your Pink #FCCBBE

Tints of Your Pink #FCCBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.47%

 BLUE value IS 190 (74.61% from 255) = 29.46%

R = 39.07%
G = 31.47%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCCBBE (or 0xFCCBBE) is known color: Your Pink. HEX triplet: FC, CB and BE. RGB value is (252,203,190). Sum of RGB (Red+Green+Blue) = 252+203+190=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBBE is #033441. Grayscale: #D8D8D8. Windows color (decimal): -209986 or 12504060. OLE color: 12504060.

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

Color convert

RGB 252 203 190 -
CMYK 0 0.19 0.25 0.01
HSL 12.58º 0.91% 0.87% -
HSV(B) 12.58º 0.25% 0.99% -
XYZ 70.8 67.13 57.94 -
YUV 216.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 252 203 190 0 0.19 0.25 0.01 12.58 0.91 0.87
Hex FC CB BE 0 13 19 1 D 5B 57
Octal 374 313 276 0 23 31 1 15 133 127
Binary 11111100 11001011 10111110 0 10011 11001 1 1101 1011011 1010111

Color Harmonies of #FCCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBBE

Black with #FCCBBE

Text Example


Text Example

White with #FCCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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