Html Css Color HEX #FDFFF2 Ivory

📋 copy color: '#FDFFF2'

red 253 ◦ green 255 ◦ blue 242

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

Shades of Ivory #FDFFF2

Tints of Ivory #FDFFF2

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 253 255 242 -
CMYK 0.01 0 0.05 0
HSL 69.23º 1% 0.97% -
HSV(B) 69.23º 0.05% 1% -
XYZ 92.3 98.81 98.21 -
YUV 252.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 253 255 242 0.01 0 0.05 0 69.23 1 0.97
Hex FD FF F2 1 0 5 0 45 64 61
Octal 375 377 362 1 0 5 0 105 144 141
Binary 11111101 11111111 11110010 1 0 101 0 1000101 1100100 1100001

Color Harmonies of #FDFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFF2

Black with #FDFFF2

Text Example


Text Example

White with #FDFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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