Html Css Color HEX #FDDCBE Karry

📋 copy color: '#FDDCBE'

red 253 ◦ green 220 ◦ blue 190

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

Shades of Karry #FDDCBE

Tints of Karry #FDDCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.18%

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

R = 38.16%
G = 33.18%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDDCBE (or 0xFDDCBE) is known color: Karry. HEX triplet: FD, DC and BE. RGB value is (253,220,190). Sum of RGB (Red+Green+Blue) = 253+220+190=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCBE is #022341. Grayscale: #E2E2E2. Windows color (decimal): -140098 or 12508413. OLE color: 12508413.

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

Color convert

RGB 253 220 190 -
CMYK 0 0.13 0.25 0.01
HSL 28.57º 0.94% 0.87% -
HSV(B) 28.57º 0.25% 0.99% -
XYZ 75.4 75.79 59.37 -
YUV 226.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 253 220 190 0 0.13 0.25 0.01 28.57 0.94 0.87
Hex FD DC BE 0 D 19 1 1D 5E 57
Octal 375 334 276 0 15 31 1 35 136 127
Binary 11111101 11011100 10111110 0 1101 11001 1 11101 1011110 1010111

Color Harmonies of #FDDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCBE

Black with #FDDCBE

Text Example


Text Example

White with #FDDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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