Html Css Color HEX #FDFDC6 Cream

📋 copy color: '#FDFDC6'

red 253 ◦ green 253 ◦ blue 198

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

Shades of Cream #FDFDC6

Tints of Cream #FDFDC6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.94%

 BLUE value IS 198 (77.73% from 255) = 28.13%

R = 35.94%
G = 35.94%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDFDC6 (or 0xFDFDC6) is known color: Cream. HEX triplet: FD, FD and C6. RGB value is (253,253,198). Sum of RGB (Red+Green+Blue) = 253+253+198=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 198 (77.73% from 255 or 28.12% from 704); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC6 is #020239. Grayscale: #F6F6F6. Windows color (decimal): -131642 or 13041149. OLE color: 13041149.

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

Color convert

RGB 253 253 198 -
CMYK 0 0 0.22 0.01
HSL 60º 0.93% 0.88% -
HSV(B) 60º 0.22% 0.99% -
XYZ 85.83 95.21 67.28 -
YUV 246.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 253 253 198 0 0 0.22 0.01 60 0.93 0.88
Hex FD FD C6 0 0 16 1 3C 5D 58
Octal 375 375 306 0 0 26 1 74 135 130
Binary 11111101 11111101 11000110 0 0 10110 1 111100 1011101 1011000

Color Harmonies of #FDFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDC6

Black with #FDFDC6

Text Example


Text Example

White with #FDFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDC6; }

 p { color: rgb(253,253,198); }

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

background-color css

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

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

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

border-color css

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

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

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