Html Css Color HEX #FFF0F0 White Smoke

📋 copy color: '#FFF0F0'

red 255 ◦ green 240 ◦ blue 240

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

Shades of White Smoke #FFF0F0

Tints of White Smoke #FFF0F0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.65%

 BLUE value IS 240 (94.14% from 255) = 32.65%

R = 34.69%
G = 32.65%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFF0F0 (or 0xFFF0F0) is known color: White Smoke. HEX triplet: FF, F0 and F0. RGB value is (255,240,240). Sum of RGB (Red+Green+Blue) = 255+240+240=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 240 (94.14% from 255 or 32.65% from 735); Blue value is 240 (94.14% from 255 or 32.65% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0F0 is #000F0F. Grayscale: #F4F4F4. Windows color (decimal): -3856 or 15790335. OLE color: 15790335.

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

Color convert

RGB 255 240 240 -
CMYK 0 0.06 0.06 0
HSL 1% 0.97% -
HSV(B) 0.06% 1% -
XYZ 88.13 89.87 95.14 -
YUV 244.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 255 240 240 0 0.06 0.06 0 0 1 0.97
Hex FF F0 F0 0 6 6 0 0 64 61
Octal 377 360 360 0 6 6 0 0 144 141
Binary 11111111 11110000 11110000 0 110 110 0 0 1100100 1100001

Color Harmonies of #FFF0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0F0

Black with #FFF0F0

Text Example


Text Example

White with #FFF0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0F0; }

 p { color: rgb(255,240,240); }

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

background-color css

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

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

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

border-color css

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

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

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