Html Css Color HEX #F8FAC8 Carla

📋 copy color: '#F8FAC8'

red 248 ◦ green 250 ◦ blue 200

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

Shades of Carla #F8FAC8

Tints of Carla #F8FAC8

RGB

 RED value IS 248 (97.27% from 255) = 35.53%

 GREEN value IS 250 (98.05% from 255) = 35.82%

 BLUE value IS 200 (78.52% from 255) = 28.65%

R = 35.53%
G = 35.82%
B = 28.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#F8FAC8 (or 0xF8FAC8) is known color: Carla. HEX triplet: F8, FA and C8. RGB value is (248,250,200). Sum of RGB (Red+Green+Blue) = 248+250+200=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 200 (78.52% from 255 or 28.65% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAC8 is #070537. Grayscale: #F3F3F3. Windows color (decimal): -460088 or 13171448. OLE color: 13171448.

HSL color Cylindrical-coordinate representation of color #F8FAC8: hue angle of 62.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8FAC8 is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 200 -
CMYK 0.01 0 0.2 0.02
HSL 62.4º 0.83% 0.88% -
HSV(B) 62.4º 0.2% 0.98% -
XYZ 83.32 92.5 68.11 -
YUV 243.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 248 250 200 0.01 0 0.2 0.02 62.4 0.83 0.88
Hex F8 FA C8 1 0 14 2 3E 53 58
Octal 370 372 310 1 0 24 2 76 123 130
Binary 11111000 11111010 11001000 1 0 10100 10 111110 1010011 1011000

Color Harmonies of #F8FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAC8

Black with #F8FAC8

Text Example


Text Example

White with #F8FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAC8; }

 p { color: rgb(248,250,200); }

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

background-color css

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

 a { background-color: rgb(248,250,200); }

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

border-color css

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

 span { border-color: rgb(248,250,200); }

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