Html Css Color HEX #FDCBBE Your Pink

📋 copy color: '#FDCBBE'

red 253 ◦ green 203 ◦ blue 190

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

Shades of Your Pink #FDCBBE

Tints of Your Pink #FDCBBE

RGB

 RED value IS 253 (99.22% from 255) = 39.16%

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

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

R = 39.16%
G = 31.42%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDCBBE (or 0xFDCBBE) is known color: Your Pink. HEX triplet: FD, CB and BE. RGB value is (253,203,190). Sum of RGB (Red+Green+Blue) = 253+203+190=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBBE is #023441. Grayscale: #D8D8D8. Windows color (decimal): -144450 or 12504061. OLE color: 12504061.

HSL color Cylindrical-coordinate representation of color #FDCBBE: hue angle of 12.38º degrees, saturation: 0.94, 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 #FDCBBE is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 190 -
CMYK 0 0.20 0.25 0.01
HSL 12.38º 0.94% 0.87% -
HSV(B) 12.38º 0.25% 0.99% -
XYZ 71.16 67.31 57.96 -
YUV 216.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 253 203 190 0 0.20 0.25 0.01 12.38 0.94 0.87
Hex FD CB BE 0 14 19 1 C 5E 57
Octal 375 313 276 0 24 31 1 14 136 127
Binary 11111101 11001011 10111110 0 10100 11001 1 1100 1011110 1010111

Color Harmonies of #FDCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBBE

Black with #FDCBBE

Text Example


Text Example

White with #FDCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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