Html Css Color HEX #FDDCC5 Karry

📋 copy color: '#FDDCC5'

red 253 ◦ green 220 ◦ blue 197

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

Shades of Karry #FDDCC5

Tints of Karry #FDDCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.4%

R = 37.76%
G = 32.84%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDDCC5 (or 0xFDDCC5) is known color: Karry. HEX triplet: FD, DC and C5. RGB value is (253,220,197). Sum of RGB (Red+Green+Blue) = 253+220+197=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC5 is #02233A. Grayscale: #E3E3E3. Windows color (decimal): -140091 or 12967165. OLE color: 12967165.

HSL color Cylindrical-coordinate representation of color #FDDCC5: hue angle of 24.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDDCC5 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 197 -
CMYK 0 0.13 0.22 0.01
HSL 24.64º 0.93% 0.88% -
HSV(B) 24.64º 0.22% 0.99% -
XYZ 76.18 76.1 63.5 -
YUV 227.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 253 220 197 0 0.13 0.22 0.01 24.64 0.93 0.88
Hex FD DC C5 0 D 16 1 19 5D 58
Octal 375 334 305 0 15 26 1 31 135 130
Binary 11111101 11011100 11000101 0 1101 10110 1 11001 1011101 1011000

Color Harmonies of #FDDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCC5

Black with #FDDCC5

Text Example


Text Example

White with #FDDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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