Html Css Color HEX #F4D2FB Selago

📋 copy color: '#F4D2FB'

red 244 ◦ green 210 ◦ blue 251

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

Shades of Selago #F4D2FB

Tints of Selago #F4D2FB

RGB

 RED value IS 244 (95.7% from 255) = 34.61%

 GREEN value IS 210 (82.42% from 255) = 29.79%

 BLUE value IS 251 (98.44% from 255) = 35.6%

R = 34.61%
G = 29.79%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4D2FB (or 0xF4D2FB) is known color: Selago. HEX triplet: F4, D2 and FB. RGB value is (244,210,251). Sum of RGB (Red+Green+Blue) = 244+210+251=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 210 (82.42% from 255 or 29.79% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4D2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D2FB is #0B2D04. Grayscale: #E0E0E0. Windows color (decimal): -732421 or 16503540. OLE color: 16503540.

HSL color Cylindrical-coordinate representation of color #F4D2FB: hue angle of 289.76º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4D2FB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 210 251 -
CMYK 0.03 0.16 0 0.02
HSL 289.76º 0.84% 0.9% -
HSV(B) 289.76º 0.16% 0.98% -
XYZ 77.77 72.29 101.12 -
YUV 224.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 244 210 251 0.03 0.16 0 0.02 289.76 0.84 0.9
Hex F4 D2 FB 3 10 0 2 122 54 5A
Octal 364 322 373 3 20 0 2 442 124 132
Binary 11110100 11010010 11111011 11 10000 0 10 100100010 1010100 1011010

Color Harmonies of #F4D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D2FB

Black with #F4D2FB

Text Example


Text Example

White with #F4D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D2FB; }

 p { color: rgb(244,210,251); }

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

background-color css

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

 a { background-color: rgb(244,210,251); }

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

border-color css

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

 span { border-color: rgb(244,210,251); }

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