Html Css Color HEX #F4D6FE Blue Chalk

📋 copy color: '#F4D6FE'

red 244 ◦ green 214 ◦ blue 254

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

Shades of Blue Chalk #F4D6FE

Tints of Blue Chalk #F4D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.06%

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

R = 34.27%
G = 30.06%
B = 35.67%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F4D6FE (or 0xF4D6FE) is known color: Blue Chalk. HEX triplet: F4, D6 and FE. RGB value is (244,214,254). Sum of RGB (Red+Green+Blue) = 244+214+254=712 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.27% from 712); Green value is 214 (83.98% from 255 or 30.06% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4D6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D6FE is #0B2901. Grayscale: #E3E3E3. Windows color (decimal): -731394 or 16701172. OLE color: 16701172.

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

Color convert

RGB 244 214 254 -
CMYK 0.04 0.16 0 0.00
HSL 285º 0.95% 0.92% -
HSV(B) 285º 0.16% 1% -
XYZ 79.24 74.48 103.97 -
YUV 227.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 244 214 254 0.04 0.16 0 0.00 285 0.95 0.92
Hex F4 D6 FE 4 10 0 0 11D 5F 5C
Octal 364 326 376 4 20 0 0 435 137 134
Binary 11110100 11010110 11111110 100 10000 0 0 100011101 1011111 1011100

Color Harmonies of #F4D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D6FE

Black with #F4D6FE

Text Example


Text Example

White with #F4D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D6FE; }

 p { color: rgb(244,214,254); }

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

background-color css

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

 a { background-color: rgb(244,214,254); }

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

border-color css

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

 span { border-color: rgb(244,214,254); }

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