Html Css Color HEX #FFF0FD Selago

📋 copy color: '#FFF0FD'

red 255 ◦ green 240 ◦ blue 253

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

Shades of Selago #FFF0FD

Tints of Selago #FFF0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.82%

R = 34.09%
G = 32.09%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFF0FD (or 0xFFF0FD) is known color: Selago. HEX triplet: FF, F0 and FD. RGB value is (255,240,253). Sum of RGB (Red+Green+Blue) = 255+240+253=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 240 (94.14% from 255 or 32.09% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FD is #000F02. Grayscale: #F5F5F5. Windows color (decimal): -3843 or 16642303. OLE color: 16642303.

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

Color convert

RGB 255 240 253 -
CMYK 0 0.06 0.01 0
HSL 308º 1% 0.97% -
HSV(B) 308º 0.06% 1% -
XYZ 90.13 90.67 105.68 -
YUV 245.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 255 240 253 0 0.06 0.01 0 308 1 0.97
Hex FF F0 FD 0 6 1 0 134 64 61
Octal 377 360 375 0 6 1 0 464 144 141
Binary 11111111 11110000 11111101 0 110 1 0 100110100 1100100 1100001

Color Harmonies of #FFF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0FD

Black with #FFF0FD

Text Example


Text Example

White with #FFF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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