Html Css Color HEX #FDDFCC Karry

📋 copy color: '#FDDFCC'

red 253 ◦ green 223 ◦ blue 204

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

Shades of Karry #FDDFCC

Tints of Karry #FDDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.79%

 BLUE value IS 204 (80.08% from 255) = 30%

R = 37.21%
G = 32.79%
B = 30%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDDFCC (or 0xFDDFCC) is known color: Karry. HEX triplet: FD, DF and CC. RGB value is (253,223,204). Sum of RGB (Red+Green+Blue) = 253+223+204=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFCC is #022033. Grayscale: #E5E5E5. Windows color (decimal): -139316 or 13426685. OLE color: 13426685.

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

Color convert

RGB 253 223 204 -
CMYK 0 0.12 0.19 0.01
HSL 23.27º 0.92% 0.9% -
HSV(B) 23.27º 0.19% 0.99% -
XYZ 77.79 78.02 68.09 -
YUV 229.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 253 223 204 0 0.12 0.19 0.01 23.27 0.92 0.9
Hex FD DF CC 0 C 13 1 17 5C 5A
Octal 375 337 314 0 14 23 1 27 134 132
Binary 11111101 11011111 11001100 0 1100 10011 1 10111 1011100 1011010

Color Harmonies of #FDDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFCC

Black with #FDDFCC

Text Example


Text Example

White with #FDDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFCC; }

 p { color: rgb(253,223,204); }

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

background-color css

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

 a { background-color: rgb(253,223,204); }

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

border-color css

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

 span { border-color: rgb(253,223,204); }

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