Html Css Color HEX #F1DBFE Blue Chalk

📋 copy color: '#F1DBFE'

red 241 ◦ green 219 ◦ blue 254

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

Shades of Blue Chalk #F1DBFE

Tints of Blue Chalk #F1DBFE

RGB

 RED value IS 241 (94.53% from 255) = 33.75%

 GREEN value IS 219 (85.94% from 255) = 30.67%

 BLUE value IS 254 (99.61% from 255) = 35.57%

R = 33.75%
G = 30.67%
B = 35.57%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1DBFE (or 0xF1DBFE) is known color: Blue Chalk. HEX triplet: F1, DB and FE. RGB value is (241,219,254). Sum of RGB (Red+Green+Blue) = 241+219+254=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBFE is #0E2401. Grayscale: #E5E5E5. Windows color (decimal): -926722 or 16702449. OLE color: 16702449.

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

Color convert

RGB 241 219 254 -
CMYK 0.05 0.14 0 0.00
HSL 277.71º 0.95% 0.93% -
HSV(B) 277.71º 0.14% 1% -
XYZ 79.5 76.52 104.35 -
YUV 229.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 241 219 254 0.05 0.14 0 0.00 277.71 0.95 0.93
Hex F1 DB FE 5 E 0 0 116 5F 5D
Octal 361 333 376 5 16 0 0 426 137 135
Binary 11110001 11011011 11111110 101 1110 0 0 100010110 1011111 1011101

Color Harmonies of #F1DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBFE

Black with #F1DBFE

Text Example


Text Example

White with #F1DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBFE; }

 p { color: rgb(241,219,254); }

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

background-color css

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

 a { background-color: rgb(241,219,254); }

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

border-color css

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

 span { border-color: rgb(241,219,254); }

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