Html Css Color HEX #FFFDF2 Ivory

📋 copy color: '#FFFDF2'

red 255 ◦ green 253 ◦ blue 242

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

Shades of Ivory #FFFDF2

Tints of Ivory #FFFDF2

RGB

 RED value IS 255 (100% from 255) = 34%

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

 BLUE value IS 242 (94.92% from 255) = 32.27%

R = 34%
G = 33.73%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFFDF2 (or 0xFFFDF2) is known color: Ivory. HEX triplet: FF, FD and F2. RGB value is (255,253,242). Sum of RGB (Red+Green+Blue) = 255+253+242=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 242 (94.92% from 255 or 32.27% from 750); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF2 is #00020D. Grayscale: #FCFCFC. Windows color (decimal): -526 or 15924735. OLE color: 15924735.

HSL color Cylindrical-coordinate representation of color #FFFDF2: hue angle of 50.77º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFFDF2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 253 242 -
CMYK 0 0.01 0.05 0
HSL 50.77º 1% 0.97% -
HSV(B) 50.77º 0.05% 1% -
XYZ 92.39 97.92 98.04 -
YUV 252.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 255 253 242 0 0.01 0.05 0 50.77 1 0.97
Hex FF FD F2 0 1 5 0 33 64 61
Octal 377 375 362 0 1 5 0 63 144 141
Binary 11111111 11111101 11110010 0 1 101 0 110011 1100100 1100001

Color Harmonies of #FFFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDF2

Black with #FFFDF2

Text Example


Text Example

White with #FFFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDF2; }

 p { color: rgb(255,253,242); }

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

background-color css

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

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

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

border-color css

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

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

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